#AFA07C

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

Shades of Hillary #AFA07C

Tints of Hillary #AFA07C

Color information

#AFA07C (or 0xAFA07C) is unknown color: approx Hillary. HEX triplet: AF, A0 and 7C. RGB value is (175,160,124). Sum of RGB (Red+Green+Blue) = 175+160+124=459 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.13% from 459); Green value is 160 (62.89% from 255 or 34.86% from 459); Blue value is 124 (48.83% from 255 or 27.02% from 459); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA07C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFA07C is #505F83. Grayscale: #A0A0A0. Windows color (decimal): -5267332 or 8167599. OLE color: 8167599.

HSL color Cylindrical-coordinate representation of color #AFA07C: hue angle of 42.35º degrees, saturation: 0.24, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AFA07C is Cyan = 0, Magento = 0.09, Yellow = 0.29 and Black (K on CMYK) = 0.31.

Color convert

RGB175160124-
CMYK00.090.290.31
HSL42.35º24.17%58.63%-
HSV(B)42.35º29.14%68.63%-
XYZ33.8935.7124.18-
YUV160.38107.47138.43-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 38.13%
GREEN value IS 160 (62.89% from 255) = 34.86%
BLUE value IS 124 (48.83% from 255) = 27.02%
R=38.13%
G=34.86%
B=27.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.29
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17516012400.090.290.3142.3524.1758.63
HexAFA07C091D1F2a183b
Octal2572401740113537523073
Binary1010111110100000111110001001111011111110101011000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA07C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA07C; }

 p { color: rgb(175,160,124); }

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

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

 a { background-color: rgb(175,160,124); }

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

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

 span { border-color: rgb(175,160,124); }

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