#AFA37B

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

Shades of Hillary #AFA37B

Tints of Hillary #AFA37B

Color information

#AFA37B (or 0xAFA37B) is unknown color: approx Hillary. HEX triplet: AF, A3 and 7B. RGB value is (175,163,123). Sum of RGB (Red+Green+Blue) = 175+163+123=461 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.96% from 461); Green value is 163 (64.06% from 255 or 35.36% from 461); Blue value is 123 (48.44% from 255 or 26.68% from 461); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA37B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFA37B is #505C84. Grayscale: #A2A2A2. Windows color (decimal): -5266565 or 8102831. OLE color: 8102831.

HSL color Cylindrical-coordinate representation of color #AFA37B: hue angle of 46.15º degrees, saturation: 0.25, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AFA37B is Cyan = 0, Magento = 0.07, Yellow = 0.30 and Black (K on CMYK) = 0.31.

Color convert

RGB175163123-
CMYK00.070.300.31
HSL46.15º24.53%58.43%-
HSV(B)46.15º29.71%68.63%-
XYZ34.3536.7424.02-
YUV162.03105.98137.25-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 37.96%
GREEN value IS 163 (64.06% from 255) = 35.36%
BLUE value IS 123 (48.44% from 255) = 26.68%
R=37.96%
G=35.36%
B=26.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.30
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17516312300.070.300.3146.1524.5358.43
HexAFA37B071E1F2e193a
Octal257243173073637563172
Binary101011111010001111110110111111101111110111011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA37B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA37B; }

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

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

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

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

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

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

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

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