#AFA477

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

Shades of Hillary #AFA477

Tints of Hillary #AFA477

Color information

#AFA477 (or 0xAFA477) is unknown color: approx Hillary. HEX triplet: AF, A4 and 77. RGB value is (175,164,119). Sum of RGB (Red+Green+Blue) = 175+164+119=458 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.21% from 458); Green value is 164 (64.45% from 255 or 35.81% from 458); Blue value is 119 (46.88% from 255 or 25.98% from 458); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA477 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFA477 is #505B88. Grayscale: #A2A2A2. Windows color (decimal): -5266313 or 7840943. OLE color: 7840943.

HSL color Cylindrical-coordinate representation of color #AFA477: hue angle of 48.21º degrees, saturation: 0.26, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AFA477 is Cyan = 0, Magento = 0.06, Yellow = 0.32 and Black (K on CMYK) = 0.31.

Color convert

RGB175164119-
CMYK00.060.320.31
HSL48.21º25.93%57.65%-
HSV(B)48.21º32%68.63%-
XYZ34.283722.79-
YUV162.16103.64137.16-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 38.21%
GREEN value IS 164 (64.45% from 255) = 35.81%
BLUE value IS 119 (46.88% from 255) = 25.98%
R=38.21%
G=35.81%
B=25.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.32
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17516411900.060.320.3148.2125.9357.65
HexAFA47706201F301a3a
Octal257244167064037603272
Binary1010111110100100111011101101000001111111000011010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA477

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA477; }

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

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

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

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

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

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

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

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