#AFA474

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

Shades of Hillary #AFA474

Tints of Hillary #AFA474

Color information

#AFA474 (or 0xAFA474) is unknown color: approx Hillary. HEX triplet: AF, A4 and 74. RGB value is (175,164,116). Sum of RGB (Red+Green+Blue) = 175+164+116=455 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.46% from 455); Green value is 164 (64.45% from 255 or 36.04% from 455); Blue value is 116 (45.70% from 255 or 25.49% from 455); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA474 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFA474 is #505B8B. Grayscale: #A2A2A2. Windows color (decimal): -5266316 or 7644335. OLE color: 7644335.

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

Color convert

RGB175164116-
CMYK00.060.340.31
HSL48.81º26.94%57.06%-
HSV(B)48.81º33.71%68.63%-
XYZ34.1136.9321.85-
YUV161.82102.14137.4-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 38.46%
GREEN value IS 164 (64.45% from 255) = 36.04%
BLUE value IS 116 (45.70% from 255) = 25.49%
R=38.46%
G=36.04%
B=25.49%

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
Decimal17516411600.060.340.3148.8126.9457.06
HexAFA47406221F311b39
Octal257244164064237613371
Binary1010111110100100111010001101000101111111000111011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA474

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA474; }

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

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

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

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

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

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

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

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