#AFA075

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

Shades of Hillary #AFA075

Tints of Hillary #AFA075

Color information

#AFA075 (or 0xAFA075) is unknown color: approx Hillary. HEX triplet: AF, A0 and 75. RGB value is (175,160,117). Sum of RGB (Red+Green+Blue) = 175+160+117=452 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.72% from 452); Green value is 160 (62.89% from 255 or 35.40% from 452); Blue value is 117 (46.09% from 255 or 25.88% from 452); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA075 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFA075 is #505F8A. Grayscale: #9F9F9F. Windows color (decimal): -5267339 or 7708847. OLE color: 7708847.

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

Color convert

RGB175160117-
CMYK00.090.330.31
HSL44.48º26.61%57.25%-
HSV(B)44.48º33.14%68.63%-
XYZ33.4635.5421.93-
YUV159.58103.97139-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 38.72%
GREEN value IS 160 (62.89% from 255) = 35.40%
BLUE value IS 117 (46.09% from 255) = 25.88%
R=38.72%
G=35.40%
B=25.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.33
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17516011700.090.330.3144.4826.6157.25
HexAFA07509211F2c1b39
Octal2572401650114137543371
Binary10101111101000001110101010011000011111110110011011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA075; }

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

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

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

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

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

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

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

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