#AFA271

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

Shades of Hillary #AFA271

Tints of Hillary #AFA271

Color information

#AFA271 (or 0xAFA271) is unknown color: approx Hillary. HEX triplet: AF, A2 and 71. RGB value is (175,162,113). Sum of RGB (Red+Green+Blue) = 175+162+113=450 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.89% from 450); Green value is 162 (63.67% from 255 or 36% from 450); Blue value is 113 (44.53% from 255 or 25.11% from 450); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA271 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFA271 is #505D8E. Grayscale: #A0A0A0. Windows color (decimal): -5266831 or 7447215. OLE color: 7447215.

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

Color convert

RGB175162113-
CMYK00.070.350.31
HSL47.42º27.93%56.47%-
HSV(B)47.42º35.43%68.63%-
XYZ33.5836.1520.83-
YUV160.3101.31138.48-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 38.89%
GREEN value IS 162 (63.67% from 255) = 36%
BLUE value IS 113 (44.53% from 255) = 25.11%
R=38.89%
G=36%
B=25.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.35
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17516211300.070.350.3147.4227.9356.47
HexAFA27107231F2f1c38
Octal257242161074337573470
Binary1010111110100010111000101111000111111110111111100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA271; }

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

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

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

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

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

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

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

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