#AFAB70

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

Shades of Dark Khaki #AFAB70

Tints of Dark Khaki #AFAB70

Color information

#AFAB70 (or 0xAFAB70) is unknown color: approx Dark Khaki. HEX triplet: AF, AB and 70. RGB value is (175,171,112). Sum of RGB (Red+Green+Blue) = 175+171+112=458 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.21% from 458); Green value is 171 (67.19% from 255 or 37.34% from 458); Blue value is 112 (44.14% from 255 or 24.45% from 458); Max value from RGB is 175 - color contains mainly: red. Hex color #AFAB70 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFAB70 is #50548F. Grayscale: #A5A5A5. Windows color (decimal): -5264528 or 7383983. OLE color: 7383983.

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

Color convert

RGB175171112-
CMYK00.020.360.31
HSL56.19º28.25%56.27%-
HSV(B)56.19º36%68.63%-
XYZ35.1739.4121.08-
YUV165.4797.83134.8-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 38.21%
GREEN value IS 171 (67.19% from 255) = 37.34%
BLUE value IS 112 (44.14% from 255) = 24.45%
R=38.21%
G=37.34%
B=24.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.36
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17517111200.020.360.3156.1928.2556.27
HexAFAB7002241F381c38
Octal257253160024437703470
Binary101011111010101111100000101001001111111100011100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFAB70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFAB70; }

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

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

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

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

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

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

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

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