#AFA173

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

Shades of Hillary #AFA173

Tints of Hillary #AFA173

Color information

#AFA173 (or 0xAFA173) is unknown color: approx Hillary. HEX triplet: AF, A1 and 73. RGB value is (175,161,115). Sum of RGB (Red+Green+Blue) = 175+161+115=451 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.80% from 451); Green value is 161 (63.28% from 255 or 35.70% from 451); Blue value is 115 (45.31% from 255 or 25.50% from 451); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA173 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFA173 is #505E8C. Grayscale: #A0A0A0. Windows color (decimal): -5267085 or 7578031. OLE color: 7578031.

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

Color convert

RGB175161115-
CMYK00.080.340.31
HSL46º27.27%56.86%-
HSV(B)46º34.29%68.63%-
XYZ33.5235.8421.37-
YUV159.94102.64138.74-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 38.80%
GREEN value IS 161 (63.28% from 255) = 35.70%
BLUE value IS 115 (45.31% from 255) = 25.50%
R=38.80%
G=35.70%
B=25.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.34
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17516111500.080.340.314627.2756.86
HexAFA17308221F2e1b39
Octal2572411630104237563371
Binary10101111101000011110011010001000101111110111011011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA173

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA173; }

 p { color: rgb(175,161,115); }

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

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

 a { background-color: rgb(175,161,115); }

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

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

 span { border-color: rgb(175,161,115); }

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