Color Hex Logo

#af833d Color Hex

#AF833D
(175,131,61)
0 Favorites   0 Comments

Color spaces of #af833d

RGB 17513161
HSL0.100.480.46
HSV37°65°69°
CMYK 0.000.250.65   0.31
XYZ26.637825.68357.9683
Yxy25.68350.44180.4260
Hunter Lab50.67895.135026.1530
CIE-Lab57.73549.382543.4737

#af833d color RGB value is (175,131,61).

#af833d hex color red value is 175, green value is 131 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #af833d hue: 0.10 , saturation: 0.48 and the lightness value of af833d is 0.46.

The process color (four color CMYK) of #af833d color hex is 0.00, 0.25, 0.65, 0.31. Web safe color of #af833d is #999933. Color #af833d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10000011 00111101
Octal 257 203 75
Decimal 175 131 61
Hex AF 83 3D

RGB Percentages of Color #af833d

%47.68
%35.69
%16.62

CMYK Percentages of Color #af833d

%0
%25
%65
%31

Triadic Colors of #af833d

#af833d #3daf83 #833daf

Analogous Colors of #af833d

#af833d #a2af3d #af4a3d

Monochromatic Colors of #af833d

#af833d

Complementary Color

#af833d #3d69af

#af833d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af833d Color Preview on White Background

Lorem ipsum dolor sit amet.

#af833d Color CSS Codes

.mybgcolor {background-color:#af833d; } 
.myforecolor {color:#af833d; }
.mybordercolor {border:3px solid #af833d; }

#af833d Text Font Color

<p style="color:#af833d">Text here</p>

This sample text font color is #af833d
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#af833d Background Color

<div style="background-color:#af833d">
Div content here</div>

This div background color is #af833d


#af833d Border Color

<div style="border:3px solid #af833d">
Div here</div>

This div border color is #af833d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(175,131,61, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #af833d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #af833d;
  -webkit-box-shadow: 1px 1px 3px 2px #af833d;
  box-shadow:         1px 1px 3px 2px #af833d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(175,131,61, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #af833d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #af833d;
  -webkit-box-shadow: 1px 1px 3px 2px #af833d;
  box-shadow:         1px 1px 3px 2px #af833d;">
Div content here</div>

This div box has shadow with color #af833d


Comments

No comments written yet.

Please login to write comment.