Html Css Color HEX #AFB56C Dark Khaki

📋 copy color: '#AFB56C'

red 175 ◦ green 181 ◦ blue 108

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

Shades of Dark Khaki #AFB56C

Tints of Dark Khaki #AFB56C

RGB

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

 GREEN value IS 181 (71.09% from 255) = 39.01%

 BLUE value IS 108 (42.58% from 255) = 23.28%

R = 37.72%
G = 39.01%
B = 23.28%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.40

 K value IS 0.29

RGB Variations

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

Color information

#AFB56C (or 0xAFB56C) is known color: Dark Khaki. HEX triplet: AF, B5 and 6C. RGB value is (175,181,108). Sum of RGB (Red+Green+Blue) = 175+181+108=464 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.72% from 464); Green value is 181 (71.09% from 255 or 39.01% from 464); Blue value is 108 (42.58% from 255 or 23.28% from 464); Max value from RGB is 181 - color contains mainly: green. Hex color #AFB56C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFB56C is #504A93. Grayscale: #ABABAB. Windows color (decimal): -5261972 or 7124399. OLE color: 7124399.

HSL color Cylindrical-coordinate representation of color #AFB56C: hue angle of 64.93º degrees, saturation: 0.33, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AFB56C is Cyan = 0.03, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.29.

Color convert

RGB 175 181 108 -
CMYK 0.03 0 0.40 0.29
HSL 64.93º 0.33% 0.57% -
HSV(B) 64.93º 0.4% 0.71% -
XYZ 36.91 43.24 20.59 -
YUV 170.88 92.51 130.94 -
System Red Green Blue C M Y K H S L
Decimal 175 181 108 0.03 0 0.40 0.29 64.93 0.33 0.57
Hex AF B5 6C 3 0 28 1D 41 21 39
Octal 257 265 154 3 0 50 35 101 41 71
Binary 10101111 10110101 1101100 11 0 101000 11101 1000001 100001 111001

Color Harmonies of #AFB56C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB56C

Black with #AFB56C

Text Example


Text Example

White with #AFB56C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB56C; }

 p { color: rgb(175,181,108); }

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

background-color css

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

 a { background-color: rgb(175,181,108); }

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

border-color css

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

 span { border-color: rgb(175,181,108); }

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