#AFA570

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

Shades of Hillary #AFA570

Tints of Hillary #AFA570

Color information

#AFA570 (or 0xAFA570) is unknown color: approx Hillary. HEX triplet: AF, A5 and 70. RGB value is (175,165,112). Sum of RGB (Red+Green+Blue) = 175+165+112=452 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.72% from 452); Green value is 165 (64.84% from 255 or 36.50% from 452); Blue value is 112 (44.14% from 255 or 24.78% from 452); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA570 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFA570 is #505A8F. Grayscale: #A2A2A2. Windows color (decimal): -5266064 or 7382447. OLE color: 7382447.

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

Color convert

RGB175165112-
CMYK00.060.360.31
HSL50.48º28.25%56.27%-
HSV(B)50.48º36%68.63%-
XYZ34.0637.1920.71-
YUV161.9599.81137.31-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 38.72%
GREEN value IS 165 (64.84% from 255) = 36.50%
BLUE value IS 112 (44.14% from 255) = 24.78%
R=38.72%
G=36.50%
B=24.78%

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
Decimal17516511200.060.360.3150.4828.2556.27
HexAFA57006241F321c38
Octal257245160064437623470
Binary1010111110100101111000001101001001111111001011100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA570; }

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

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

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

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

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

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

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

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