Html Css Color HEX #AFB16E Dark Khaki

📋 copy color: '#AFB16E'

red 175 ◦ green 177 ◦ blue 110

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

Shades of Dark Khaki #AFB16E

Tints of Dark Khaki #AFB16E

RGB

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

 GREEN value IS 177 (69.53% from 255) = 38.31%

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

R = 37.88%
G = 38.31%
B = 23.81%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.38

 K value IS 0.31

RGB Variations

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

Color information

#AFB16E (or 0xAFB16E) is known color: Dark Khaki. HEX triplet: AF, B1 and 6E. RGB value is (175,177,110). Sum of RGB (Red+Green+Blue) = 175+177+110=462 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.88% from 462); Green value is 177 (69.53% from 255 or 38.31% from 462); Blue value is 110 (43.36% from 255 or 23.81% from 462); Max value from RGB is 177 - color contains mainly: green. Hex color #AFB16E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFB16E is #504E91. Grayscale: #A9A9A9. Windows color (decimal): -5262994 or 7254447. OLE color: 7254447.

HSL color Cylindrical-coordinate representation of color #AFB16E: hue angle of 61.79º degrees, saturation: 0.3, 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 #AFB16E is Cyan = 0.01, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 177 110 -
CMYK 0.01 0 0.38 0.31
HSL 61.79º 0.3% 0.56% -
HSV(B) 61.79º 0.38% 0.69% -
XYZ 36.22 41.68 20.89 -
YUV 168.76 94.84 132.45 -
System Red Green Blue C M Y K H S L
Decimal 175 177 110 0.01 0 0.38 0.31 61.79 0.3 0.56
Hex AF B1 6E 1 0 26 1F 3E 1E 38
Octal 257 261 156 1 0 46 37 76 36 70
Binary 10101111 10110001 1101110 1 0 100110 11111 111110 11110 111000

Color Harmonies of #AFB16E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB16E

Black with #AFB16E

Text Example


Text Example

White with #AFB16E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB16E; }

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

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

background-color css

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

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

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

border-color css

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

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

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