Html Css Color HEX #AFB06C Dark Khaki

📋 copy color: '#AFB06C'

red 175 ◦ green 176 ◦ blue 108

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

Shades of Dark Khaki #AFB06C

Tints of Dark Khaki #AFB06C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 23.53%

R = 38.13%
G = 38.34%
B = 23.53%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.39

 K value IS 0.31

RGB Variations

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

Color information

#AFB06C (or 0xAFB06C) is known color: Dark Khaki. HEX triplet: AF, B0 and 6C. RGB value is (175,176,108). Sum of RGB (Red+Green+Blue) = 175+176+108=459 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.13% from 459); Green value is 176 (69.14% from 255 or 38.34% from 459); Blue value is 108 (42.58% from 255 or 23.53% from 459); Max value from RGB is 176 - color contains mainly: green. Hex color #AFB06C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFB06C is #504F93. Grayscale: #A8A8A8. Windows color (decimal): -5263252 or 7123119. OLE color: 7123119.

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

Color convert

RGB 175 176 108 -
CMYK 0.01 0 0.39 0.31
HSL 60.88º 0.3% 0.56% -
HSV(B) 60.88º 0.39% 0.69% -
XYZ 35.91 41.25 20.26 -
YUV 167.95 94.17 133.03 -
System Red Green Blue C M Y K H S L
Decimal 175 176 108 0.01 0 0.39 0.31 60.88 0.3 0.56
Hex AF B0 6C 1 0 27 1F 3D 1E 38
Octal 257 260 154 1 0 47 37 75 36 70
Binary 10101111 10110000 1101100 1 0 100111 11111 111101 11110 111000

Color Harmonies of #AFB06C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB06C

Black with #AFB06C

Text Example


Text Example

White with #AFB06C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB06C; }

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

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

background-color css

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

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

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

border-color css

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

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

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