#AFA371

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

Shades of Hillary #AFA371

Tints of Hillary #AFA371

Color information

#AFA371 (or 0xAFA371) is unknown color: approx Hillary. HEX triplet: AF, A3 and 71. RGB value is (175,163,113). Sum of RGB (Red+Green+Blue) = 175+163+113=451 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.80% from 451); Green value is 163 (64.06% from 255 or 36.14% from 451); Blue value is 113 (44.53% from 255 or 25.06% from 451); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA371 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFA371 is #505C8E. Grayscale: #A1A1A1. Windows color (decimal): -5266575 or 7447471. OLE color: 7447471.

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

Color convert

RGB175163113-
CMYK00.070.350.31
HSL48.39º27.93%56.47%-
HSV(B)48.39º35.43%68.63%-
XYZ33.7636.520.89-
YUV160.89100.98138.07-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 38.80%
GREEN value IS 163 (64.06% from 255) = 36.14%
BLUE value IS 113 (44.53% from 255) = 25.06%
R=38.80%
G=36.14%
B=25.06%

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
Decimal17516311300.070.350.3148.3927.9356.47
HexAFA37107231F301c38
Octal257243161074337603470
Binary1010111110100011111000101111000111111111000011100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA371

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA371; }

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

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

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

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

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

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

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

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