#AFA777

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

Shades of Hillary #AFA777

Tints of Hillary #AFA777

Color information

#AFA777 (or 0xAFA777) is unknown color: approx Hillary. HEX triplet: AF, A7 and 77. RGB value is (175,167,119). Sum of RGB (Red+Green+Blue) = 175+167+119=461 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.96% from 461); Green value is 167 (65.62% from 255 or 36.23% from 461); Blue value is 119 (46.88% from 255 or 25.81% from 461); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA777 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFA777 is #505888. Grayscale: #A4A4A4. Windows color (decimal): -5265545 or 7841711. OLE color: 7841711.

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

Color convert

RGB175167119-
CMYK00.050.320.31
HSL51.43º25.93%57.65%-
HSV(B)51.43º32%68.63%-
XYZ34.8338.0822.97-
YUV163.92102.65135.9-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 37.96%
GREEN value IS 167 (65.62% from 255) = 36.23%
BLUE value IS 119 (46.88% from 255) = 25.81%
R=37.96%
G=36.23%
B=25.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.32
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17516711900.050.320.3151.4325.9357.65
HexAFA77705201F331a3a
Octal257247167054037633272
Binary1010111110100111111011101011000001111111001111010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA777

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA777; }

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

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

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

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

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

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

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

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