Html Css Color HEX #AFB06E Dark Khaki

📋 copy color: '#AFB06E'

red 175 ◦ green 176 ◦ blue 110

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

Shades of Dark Khaki #AFB06E

Tints of Dark Khaki #AFB06E

RGB

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

 GREEN value IS 176 (69.14% from 255) = 38.18%

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

R = 37.96%
G = 38.18%
B = 23.86%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.37

 K value IS 0.31

RGB Variations

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

Color information

#AFB06E (or 0xAFB06E) is known color: Dark Khaki. HEX triplet: AF, B0 and 6E. RGB value is (175,176,110). Sum of RGB (Red+Green+Blue) = 175+176+110=461 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.96% from 461); Green value is 176 (69.14% from 255 or 38.18% from 461); Blue value is 110 (43.36% from 255 or 23.86% from 461); Max value from RGB is 176 - color contains mainly: green. Hex color #AFB06E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFB06E is #504F91. Grayscale: #A8A8A8. Windows color (decimal): -5263250 or 7254191. OLE color: 7254191.

HSL color Cylindrical-coordinate representation of color #AFB06E: hue angle of 60.91º degrees, saturation: 0.29, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AFB06E is Cyan = 0.01, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 176 110 -
CMYK 0.01 0 0.37 0.31
HSL 60.91º 0.29% 0.56% -
HSV(B) 60.91º 0.38% 0.69% -
XYZ 36.02 41.29 20.82 -
YUV 168.18 95.17 132.87 -
System Red Green Blue C M Y K H S L
Decimal 175 176 110 0.01 0 0.37 0.31 60.91 0.29 0.56
Hex AF B0 6E 1 0 25 1F 3D 1D 38
Octal 257 260 156 1 0 45 37 75 35 70
Binary 10101111 10110000 1101110 1 0 100101 11111 111101 11101 111000

Color Harmonies of #AFB06E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB06E

Black with #AFB06E

Text Example


Text Example

White with #AFB06E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB06E; }

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

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

background-color css

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

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

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

border-color css

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

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

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