#AFB572

Color #AFB572 Dark Khaki (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Khaki #AFB572

Tints of Dark Khaki #AFB572

Color information

#AFB572 (or 0xAFB572) is unknown color: approx Dark Khaki. HEX triplet: AF, B5 and 72. RGB value is (175,181,114). Sum of RGB (Red+Green+Blue) = 175+181+114=470 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.23% from 470); Green value is 181 (71.09% from 255 or 38.51% from 470); Blue value is 114 (44.92% from 255 or 24.26% from 470); Max value from RGB is 181 - color contains mainly: green. Hex color #AFB572 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFB572 is #504A8D. Grayscale: #ABABAB. Windows color (decimal): -5261966 or 7517615. OLE color: 7517615.

HSL color Cylindrical-coordinate representation of color #AFB572: hue angle of 65.37º degrees, saturation: 0.31, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AFB572 is Cyan = 0.03, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.29.

Color convert

RGB175181114-
CMYK0.0300.370.29
HSL65.37º31.16%57.84%-
HSV(B)65.37º37.02%70.98%-
XYZ37.2443.3822.33-
YUV171.5795.51130.45-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 37.23%
GREEN value IS 181 (71.09% from 255) = 38.51%
BLUE value IS 114 (44.92% from 255) = 24.26%
R=37.23%
G=38.51%
B=24.26%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1751811140.0300.370.2965.3731.1657.84
HexAFB57230251D411f3a
Octal2572651623045351013772
Binary1010111110110101111001011010010111101100000111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFB572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFB572; }

 p { color: rgb(175,181,114); }

 H1.HeaderClassName
 {
   color: #AFB572;
 }
 .AnyTagClassName
 {
   color: #AFB572;
 }
</style>
background-color css

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

 a { background-color: rgb(175,181,114); }

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

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

 span { border-color: rgb(175,181,114); }

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