#AFAB71

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

Shades of Dark Khaki #AFAB71

Tints of Dark Khaki #AFAB71

Color information

#AFAB71 (or 0xAFAB71) is unknown color: approx Dark Khaki. HEX triplet: AF, AB and 71. RGB value is (175,171,113). Sum of RGB (Red+Green+Blue) = 175+171+113=459 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.13% from 459); Green value is 171 (67.19% from 255 or 37.25% from 459); Blue value is 113 (44.53% from 255 or 24.62% from 459); Max value from RGB is 175 - color contains mainly: red. Hex color #AFAB71 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFAB71 is #50548E. Grayscale: #A5A5A5. Windows color (decimal): -5264527 or 7449519. OLE color: 7449519.

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

Color convert

RGB175171113-
CMYK00.020.350.31
HSL56.13º27.93%56.47%-
HSV(B)56.13º35.43%68.63%-
XYZ35.2239.4321.38-
YUV165.5898.33134.72-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 38.13%
GREEN value IS 171 (67.19% from 255) = 37.25%
BLUE value IS 113 (44.53% from 255) = 24.62%
R=38.13%
G=37.25%
B=24.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.35
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17517111300.020.350.3156.1327.9356.47
HexAFAB7102231F381c38
Octal257253161024337703470
Binary101011111010101111100010101000111111111100011100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFAB71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFAB71; }

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

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

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

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

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

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

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

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