#AFA471

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

Shades of Hillary #AFA471

Tints of Hillary #AFA471

Color information

#AFA471 (or 0xAFA471) is unknown color: approx Hillary. HEX triplet: AF, A4 and 71. RGB value is (175,164,113). Sum of RGB (Red+Green+Blue) = 175+164+113=452 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.72% from 452); Green value is 164 (64.45% from 255 or 36.28% from 452); Blue value is 113 (44.53% from 255 or 25% from 452); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA471 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFA471 is #505B8E. Grayscale: #A1A1A1. Windows color (decimal): -5266319 or 7447727. OLE color: 7447727.

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

Color convert

RGB175164113-
CMYK00.060.350.31
HSL49.35º27.93%56.47%-
HSV(B)49.35º35.43%68.63%-
XYZ33.9436.8620.95-
YUV161.48100.64137.65-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 38.72%
GREEN value IS 164 (64.45% from 255) = 36.28%
BLUE value IS 113 (44.53% from 255) = 25%
R=38.72%
G=36.28%
B=25%

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
Decimal17516411300.060.350.3149.3527.9356.47
HexAFA47106231F311c38
Octal257244161064337613470
Binary1010111110100100111000101101000111111111000111100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA471; }

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

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

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

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

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

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

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

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