Html Css Color HEX #AFB16F Dark Khaki

📋 copy color: '#AFB16F'

red 175 ◦ green 177 ◦ blue 111

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

Shades of Dark Khaki #AFB16F

Tints of Dark Khaki #AFB16F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 23.97%

R = 37.8%
G = 38.23%
B = 23.97%

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

#AFB16F (or 0xAFB16F) is known color: Dark Khaki. HEX triplet: AF, B1 and 6F. RGB value is (175,177,111). Sum of RGB (Red+Green+Blue) = 175+177+111=463 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.80% from 463); Green value is 177 (69.53% from 255 or 38.23% from 463); Blue value is 111 (43.75% from 255 or 23.97% from 463); Max value from RGB is 177 - color contains mainly: green. Hex color #AFB16F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFB16F is #504E90. Grayscale: #A9A9A9. Windows color (decimal): -5262993 or 7319983. OLE color: 7319983.

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

Color convert

RGB 175 177 111 -
CMYK 0.01 0 0.37 0.31
HSL 61.82º 0.3% 0.56% -
HSV(B) 61.82º 0.37% 0.69% -
XYZ 36.27 41.71 21.18 -
YUV 168.88 95.34 132.37 -
System Red Green Blue C M Y K H S L
Decimal 175 177 111 0.01 0 0.37 0.31 61.82 0.3 0.56
Hex AF B1 6F 1 0 25 1F 3E 1E 38
Octal 257 261 157 1 0 45 37 76 36 70
Binary 10101111 10110001 1101111 1 0 100101 11111 111110 11110 111000

Color Harmonies of #AFB16F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB16F

Black with #AFB16F

Text Example


Text Example

White with #AFB16F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB16F; }

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

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

background-color css

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

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

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

border-color css

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

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

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