Html Css Color HEX #AFB66D Dark Khaki

📋 copy color: '#AFB66D'

red 175 ◦ green 182 ◦ blue 109

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

Shades of Dark Khaki #AFB66D

Tints of Dark Khaki #AFB66D

RGB

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

 GREEN value IS 182 (71.48% from 255) = 39.06%

 BLUE value IS 109 (42.97% from 255) = 23.39%

R = 37.55%
G = 39.06%
B = 23.39%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.40

 K value IS 0.29

RGB Variations

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

Color information

#AFB66D (or 0xAFB66D) is known color: Dark Khaki. HEX triplet: AF, B6 and 6D. RGB value is (175,182,109). Sum of RGB (Red+Green+Blue) = 175+182+109=466 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.55% from 466); Green value is 182 (71.48% from 255 or 39.06% from 466); Blue value is 109 (42.97% from 255 or 23.39% from 466); Max value from RGB is 182 - color contains mainly: green. Hex color #AFB66D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFB66D is #504992. Grayscale: #ABABAB. Windows color (decimal): -5261715 or 7190191. OLE color: 7190191.

HSL color Cylindrical-coordinate representation of color #AFB66D: hue angle of 65.75º 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 #AFB66D is Cyan = 0.04, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.29.

Color convert

RGB 175 182 109 -
CMYK 0.04 0 0.40 0.29
HSL 65.75º 0.33% 0.57% -
HSV(B) 65.75º 0.4% 0.71% -
XYZ 37.17 43.67 20.94 -
YUV 171.59 92.68 130.44 -
System Red Green Blue C M Y K H S L
Decimal 175 182 109 0.04 0 0.40 0.29 65.75 0.33 0.57
Hex AF B6 6D 4 0 28 1D 42 21 39
Octal 257 266 155 4 0 50 35 102 41 71
Binary 10101111 10110110 1101101 100 0 101000 11101 1000010 100001 111001

Color Harmonies of #AFB66D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB66D

Black with #AFB66D

Text Example


Text Example

White with #AFB66D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB66D; }

 p { color: rgb(175,182,109); }

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

background-color css

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

 a { background-color: rgb(175,182,109); }

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

border-color css

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

 span { border-color: rgb(175,182,109); }

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