#AFA470

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

Shades of Hillary #AFA470

Tints of Hillary #AFA470

Color information

#AFA470 (or 0xAFA470) is unknown color: approx Hillary. HEX triplet: AF, A4 and 70. RGB value is (175,164,112). Sum of RGB (Red+Green+Blue) = 175+164+112=451 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.80% from 451); Green value is 164 (64.45% from 255 or 36.36% from 451); Blue value is 112 (44.14% from 255 or 24.83% from 451); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA470 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFA470 is #505B8F. Grayscale: #A1A1A1. Windows color (decimal): -5266320 or 7382191. OLE color: 7382191.

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

Color convert

RGB175164112-
CMYK00.060.360.31
HSL49.52º28.25%56.27%-
HSV(B)49.52º36%68.63%-
XYZ33.8836.8320.65-
YUV161.36100.14137.73-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 38.80%
GREEN value IS 164 (64.45% from 255) = 36.36%
BLUE value IS 112 (44.14% from 255) = 24.83%
R=38.80%
G=36.36%
B=24.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.36
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17516411200.060.360.3149.5228.2556.27
HexAFA47006241F321c38
Octal257244160064437623470
Binary1010111110100100111000001101001001111111001011100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA470; }

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

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

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

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

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

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

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

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