#AFA771

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

Shades of Hillary #AFA771

Tints of Hillary #AFA771

Color information

#AFA771 (or 0xAFA771) is unknown color: approx Hillary. HEX triplet: AF, A7 and 71. RGB value is (175,167,113). Sum of RGB (Red+Green+Blue) = 175+167+113=455 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.46% from 455); Green value is 167 (65.62% from 255 or 36.70% from 455); Blue value is 113 (44.53% from 255 or 24.84% from 455); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA771 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFA771 is #50588E. Grayscale: #A3A3A3. Windows color (decimal): -5265551 or 7448495. OLE color: 7448495.

HSL color Cylindrical-coordinate representation of color #AFA771: hue angle of 52.26º degrees, saturation: 0.28, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AFA771 is Cyan = 0, Magento = 0.05, Yellow = 0.35 and Black (K on CMYK) = 0.31.

Color convert

RGB175167113-
CMYK00.050.350.31
HSL52.26º27.93%56.47%-
HSV(B)52.26º35.43%68.63%-
XYZ34.4837.9421.13-
YUV163.2499.65136.39-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 38.46%
GREEN value IS 167 (65.62% from 255) = 36.70%
BLUE value IS 113 (44.53% from 255) = 24.84%
R=38.46%
G=36.70%
B=24.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.35
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17516711300.050.350.3152.2627.9356.47
HexAFA77105231F341c38
Octal257247161054337643470
Binary1010111110100111111000101011000111111111010011100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA771

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA771; }

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

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

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

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

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

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

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

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