#AFA47C

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

Shades of Hillary #AFA47C

Tints of Hillary #AFA47C

Color information

#AFA47C (or 0xAFA47C) is unknown color: approx Hillary. HEX triplet: AF, A4 and 7C. RGB value is (175,164,124). Sum of RGB (Red+Green+Blue) = 175+164+124=463 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.80% from 463); Green value is 164 (64.45% from 255 or 35.42% from 463); Blue value is 124 (48.83% from 255 or 26.78% from 463); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA47C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFA47C is #505B83. Grayscale: #A2A2A2. Windows color (decimal): -5266308 or 8168623. OLE color: 8168623.

HSL color Cylindrical-coordinate representation of color #AFA47C: hue angle of 47.06º 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 #AFA47C is Cyan = 0, Magento = 0.06, Yellow = 0.29 and Black (K on CMYK) = 0.31.

Color convert

RGB175164124-
CMYK00.060.290.31
HSL47.06º24.17%58.63%-
HSV(B)47.06º29.14%68.63%-
XYZ34.5937.1224.41-
YUV162.73106.14136.75-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 37.80%
GREEN value IS 164 (64.45% from 255) = 35.42%
BLUE value IS 124 (48.83% from 255) = 26.78%
R=37.80%
G=35.42%
B=26.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.29
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17516412400.060.290.3147.0624.1758.63
HexAFA47C061D1F2f183b
Octal257244174063537573073
Binary101011111010010011111000110111011111110111111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA47C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA47C; }

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

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

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

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

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

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

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

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