#AFA37A

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

Shades of Hillary #AFA37A

Tints of Hillary #AFA37A

Color information

#AFA37A (or 0xAFA37A) is unknown color: approx Hillary. HEX triplet: AF, A3 and 7A. RGB value is (175,163,122). Sum of RGB (Red+Green+Blue) = 175+163+122=460 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.04% from 460); Green value is 163 (64.06% from 255 or 35.43% from 460); Blue value is 122 (48.05% from 255 or 26.52% from 460); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA37A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFA37A is #505C85. Grayscale: #A2A2A2. Windows color (decimal): -5266566 or 8037295. OLE color: 8037295.

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

Color convert

RGB175163122-
CMYK00.070.300.31
HSL46.42º24.88%58.24%-
HSV(B)46.42º30.29%68.63%-
XYZ34.2936.7123.69-
YUV161.91105.48137.33-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 38.04%
GREEN value IS 163 (64.06% from 255) = 35.43%
BLUE value IS 122 (48.05% from 255) = 26.52%
R=38.04%
G=35.43%
B=26.52%

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
Decimal17516312200.070.300.3146.4224.8858.24
HexAFA37A071E1F2e193a
Octal257243172073637563172
Binary101011111010001111110100111111101111110111011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA37A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA37A; }

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

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

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

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

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

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

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

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