Html Css Color HEX #AFB86F Dark Khaki

📋 copy color: '#AFB86F'

red 175 ◦ green 184 ◦ blue 111

#AFB86F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Khaki #AFB86F

Tints of Dark Khaki #AFB86F

RGB

 RED value IS 175 (68.75% from 255) = 37.23%

 GREEN value IS 184 (72.27% from 255) = 39.15%

 BLUE value IS 111 (43.75% from 255) = 23.62%

R = 37.23%
G = 39.15%
B = 23.62%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.40

 K value IS 0.28

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#AFB86F (or 0xAFB86F) is known color: Dark Khaki. HEX triplet: AF, B8 and 6F. RGB value is (175,184,111). Sum of RGB (Red+Green+Blue) = 175+184+111=470 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.23% from 470); Green value is 184 (72.27% from 255 or 39.15% from 470); Blue value is 111 (43.75% from 255 or 23.62% from 470); Max value from RGB is 184 - color contains mainly: green. Hex color #AFB86F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFB86F is #504790. Grayscale: #ADADAD. Windows color (decimal): -5261201 or 7321775. OLE color: 7321775.

HSL color Cylindrical-coordinate representation of color #AFB86F: hue angle of 67.4º degrees, saturation: 0.34, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AFB86F is Cyan = 0.05, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.28.

Color convert

RGB 175 184 111 -
CMYK 0.05 0 0.40 0.28
HSL 67.4º 0.34% 0.58% -
HSV(B) 67.4º 0.4% 0.72% -
XYZ 37.69 44.54 21.65 -
YUV 172.99 93.02 129.44 -
System Red Green Blue C M Y K H S L
Decimal 175 184 111 0.05 0 0.40 0.28 67.4 0.34 0.58
Hex AF B8 6F 5 0 28 1C 43 22 3A
Octal 257 270 157 5 0 50 34 103 42 72
Binary 10101111 10111000 1101111 101 0 101000 11100 1000011 100010 111010

Color Harmonies of #AFB86F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB86F

Black with #AFB86F

Text Example


Text Example

White with #AFB86F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB86F; }

 p { color: rgb(175,184,111); }

 H1.HeaderClassName
 {
   color: #AFB86F;
 }
 .AnyTagClassName
 {
   color: #AFB86F;
 }
</style>

background-color css

<style>
 a { background-color: #AFB86F; }

 a { background-color: rgb(175,184,111); }

 div.DivClassName
 {
   background-color: #AFB86F;
 }
 .BgClassName
 {
   background-color: #AFB86F;
 }
</style>

border-color css

<style>
 span { border-color: #AFB86F; }

 span { border-color: rgb(175,184,111); }

 td.TdClassName
 {
   border-color: #AFB86F;
 }
 .TagClassName
 {
   border-color: #AFB86F;
 }
</style>