Html Css Color HEX #AFB76E Dark Khaki

📋 copy color: '#AFB76E'

red 175 ◦ green 183 ◦ blue 110

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

Shades of Dark Khaki #AFB76E

Tints of Dark Khaki #AFB76E

RGB

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

 GREEN value IS 183 (71.88% from 255) = 39.1%

 BLUE value IS 110 (43.36% from 255) = 23.5%

R = 37.39%
G = 39.1%
B = 23.5%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.40

 K value IS 0.28

RGB Variations

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

Color information

#AFB76E (or 0xAFB76E) is known color: Dark Khaki. HEX triplet: AF, B7 and 6E. RGB value is (175,183,110). Sum of RGB (Red+Green+Blue) = 175+183+110=468 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.39% from 468); Green value is 183 (71.88% from 255 or 39.10% from 468); Blue value is 110 (43.36% from 255 or 23.50% from 468); Max value from RGB is 183 - color contains mainly: green. Hex color #AFB76E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFB76E is #504891. Grayscale: #ACACAC. Windows color (decimal): -5261458 or 7255983. OLE color: 7255983.

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

Color convert

RGB 175 183 110 -
CMYK 0.04 0 0.40 0.28
HSL 66.58º 0.34% 0.57% -
HSV(B) 66.58º 0.4% 0.72% -
XYZ 37.43 44.11 21.29 -
YUV 172.29 92.85 129.94 -
System Red Green Blue C M Y K H S L
Decimal 175 183 110 0.04 0 0.40 0.28 66.58 0.34 0.57
Hex AF B7 6E 4 0 28 1C 43 22 39
Octal 257 267 156 4 0 50 34 103 42 71
Binary 10101111 10110111 1101110 100 0 101000 11100 1000011 100010 111001

Color Harmonies of #AFB76E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB76E

Black with #AFB76E

Text Example


Text Example

White with #AFB76E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB76E; }

 p { color: rgb(175,183,110); }

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

background-color css

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

 a { background-color: rgb(175,183,110); }

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

border-color css

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

 span { border-color: rgb(175,183,110); }

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