#AFA571

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

Shades of Hillary #AFA571

Tints of Hillary #AFA571

Color information

#AFA571 (or 0xAFA571) is unknown color: approx Hillary. HEX triplet: AF, A5 and 71. RGB value is (175,165,113). Sum of RGB (Red+Green+Blue) = 175+165+113=453 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.63% from 453); Green value is 165 (64.84% from 255 or 36.42% from 453); Blue value is 113 (44.53% from 255 or 24.94% from 453); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA571 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFA571 is #505A8E. Grayscale: #A2A2A2. Windows color (decimal): -5266063 or 7447983. OLE color: 7447983.

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

Color convert

RGB175165113-
CMYK00.060.350.31
HSL50.32º27.93%56.47%-
HSV(B)50.32º35.43%68.63%-
XYZ34.1137.2221.01-
YUV162.06100.31137.23-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 38.63%
GREEN value IS 165 (64.84% from 255) = 36.42%
BLUE value IS 113 (44.53% from 255) = 24.94%
R=38.63%
G=36.42%
B=24.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.35
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17516511300.060.350.3150.3227.9356.47
HexAFA57106231F321c38
Octal257245161064337623470
Binary1010111110100101111000101101000111111111001011100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA571; }

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

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

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

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

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

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

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

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