#AFA473

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

Shades of Hillary #AFA473

Tints of Hillary #AFA473

Color information

#AFA473 (or 0xAFA473) is unknown color: approx Hillary. HEX triplet: AF, A4 and 73. RGB value is (175,164,115). Sum of RGB (Red+Green+Blue) = 175+164+115=454 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.55% from 454); Green value is 164 (64.45% from 255 or 36.12% from 454); Blue value is 115 (45.31% from 255 or 25.33% from 454); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA473 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFA473 is #505B8C. Grayscale: #A1A1A1. Windows color (decimal): -5266317 or 7578799. OLE color: 7578799.

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

Color convert

RGB175164115-
CMYK00.060.340.31
HSL49º27.27%56.86%-
HSV(B)49º34.29%68.63%-
XYZ34.0536.921.55-
YUV161.7101.64137.48-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 38.55%
GREEN value IS 164 (64.45% from 255) = 36.12%
BLUE value IS 115 (45.31% from 255) = 25.33%
R=38.55%
G=36.12%
B=25.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.34
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17516411500.060.340.314927.2756.86
HexAFA47306221F311b39
Octal257244163064237613371
Binary1010111110100100111001101101000101111111000111011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA473; }

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

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

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

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

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

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

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

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