#AFA971

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

Shades of Hillary #AFA971

Tints of Hillary #AFA971

Color information

#AFA971 (or 0xAFA971) is unknown color: approx Hillary. HEX triplet: AF, A9 and 71. RGB value is (175,169,113). Sum of RGB (Red+Green+Blue) = 175+169+113=457 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.29% from 457); Green value is 169 (66.41% from 255 or 36.98% from 457); Blue value is 113 (44.53% from 255 or 24.73% from 457); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA971 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFA971 is #50568E. Grayscale: #A4A4A4. Windows color (decimal): -5265039 or 7449007. OLE color: 7449007.

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

Color convert

RGB175169113-
CMYK00.030.350.31
HSL54.19º27.93%56.47%-
HSV(B)54.19º35.43%68.63%-
XYZ34.8538.6821.25-
YUV164.4198.99135.55-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 38.29%
GREEN value IS 169 (66.41% from 255) = 36.98%
BLUE value IS 113 (44.53% from 255) = 24.73%
R=38.29%
G=36.98%
B=24.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.35
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17516911300.030.350.3154.1927.9356.47
HexAFA97103231F361c38
Octal257251161034337663470
Binary101011111010100111100010111000111111111011011100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA971; }

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

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

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

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

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

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

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

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