#afa472

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

Shades of Hillary #AFA472

Tints of Hillary #AFA472

Color information

#AFA472 (or 0xAFA472) is unknown color: approx Hillary. HEX triplet: AF, A4 and 72. RGB value is (175,164,114). Sum of RGB (Red+Green+Blue) = 175+164+114=453 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.63% from 453); Green value is 164 (64.45% from 255 or 36.20% from 453); Blue value is 114 (44.92% from 255 or 25.17% from 453); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA472 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFA472 is #505B8D. Grayscale: #A1A1A1. Windows color (decimal): -5266318 or 7513263. OLE color: 7513263.

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

Color convert

RGB175164114-
CMYK00.060.350.31
HSL49.18º27.6%56.67%-
HSV(B)49.18º34.86%68.63%-
XYZ33.9936.8821.25-
YUV161.59101.14137.57-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 38.63%
GREEN value IS 164 (64.45% from 255) = 36.20%
BLUE value IS 114 (44.92% from 255) = 25.17%
R=38.63%
G=36.20%
B=25.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.35
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17516411400.060.350.3149.1827.656.67
HexAFA47206231F311c39
Octal257244162064337613471
Binary1010111110100100111001001101000111111111000111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #afa472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #afa472; }

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

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

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

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

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

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

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

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