#AFA276

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

Shades of Hillary #AFA276

Tints of Hillary #AFA276

Color information

#AFA276 (or 0xAFA276) is unknown color: approx Hillary. HEX triplet: AF, A2 and 76. RGB value is (175,162,118). Sum of RGB (Red+Green+Blue) = 175+162+118=455 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.46% from 455); Green value is 162 (63.67% from 255 or 35.60% from 455); Blue value is 118 (46.48% from 255 or 25.93% from 455); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA276 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFA276 is #505D89. Grayscale: #A1A1A1. Windows color (decimal): -5266826 or 7774895. OLE color: 7774895.

HSL color Cylindrical-coordinate representation of color #AFA276: hue angle of 46.32º degrees, saturation: 0.26, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AFA276 is Cyan = 0, Magento = 0.07, Yellow = 0.33 and Black (K on CMYK) = 0.31.

Color convert

RGB175162118-
CMYK00.070.330.31
HSL46.32º26.27%57.45%-
HSV(B)46.32º32.57%68.63%-
XYZ33.8736.2622.35-
YUV160.87103.81138.08-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 38.46%
GREEN value IS 162 (63.67% from 255) = 35.60%
BLUE value IS 118 (46.48% from 255) = 25.93%
R=38.46%
G=35.60%
B=25.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.33
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17516211800.070.330.3146.3226.2757.45
HexAFA27607211F2e1a39
Octal257242166074137563271
Binary1010111110100010111011001111000011111110111011010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA276; }

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

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

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

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

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

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

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

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