#afb570

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

Shades of Dark Khaki #AFB570

Tints of Dark Khaki #AFB570

Color information

#AFB570 (or 0xAFB570) is unknown color: approx Dark Khaki. HEX triplet: AF, B5 and 70. RGB value is (175,181,112). Sum of RGB (Red+Green+Blue) = 175+181+112=468 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.39% from 468); Green value is 181 (71.09% from 255 or 38.68% from 468); Blue value is 112 (44.14% from 255 or 23.93% from 468); Max value from RGB is 181 - color contains mainly: green. Hex color #AFB570 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFB570 is #504A8F. Grayscale: #ABABAB. Windows color (decimal): -5261968 or 7386543. OLE color: 7386543.

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

Color convert

RGB175181112-
CMYK0.0300.380.29
HSL65.22º31.8%57.45%-
HSV(B)65.22º38.12%70.98%-
XYZ37.1343.3321.74-
YUV171.3494.51130.61-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 37.39%
GREEN value IS 181 (71.09% from 255) = 38.68%
BLUE value IS 112 (44.14% from 255) = 23.93%
R=37.39%
G=38.68%
B=23.93%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1751811120.0300.380.2965.2231.857.45
HexAFB57030261D412039
Octal2572651603046351014071
Binary10101111101101011110000110100110111011000001100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #afb570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #afb570; }

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

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

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

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

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

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

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

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