#AFA275

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

Shades of Hillary #AFA275

Tints of Hillary #AFA275

Color information

#AFA275 (or 0xAFA275) is unknown color: approx Hillary. HEX triplet: AF, A2 and 75. RGB value is (175,162,117). Sum of RGB (Red+Green+Blue) = 175+162+117=454 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.55% from 454); Green value is 162 (63.67% from 255 or 35.68% from 454); Blue value is 117 (46.09% from 255 or 25.77% from 454); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA275 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFA275 is #505D8A. Grayscale: #A0A0A0. Windows color (decimal): -5266827 or 7709359. OLE color: 7709359.

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

Color convert

RGB175162117-
CMYK00.070.330.31
HSL46.55º26.61%57.25%-
HSV(B)46.55º33.14%68.63%-
XYZ33.8136.2422.04-
YUV160.76103.31138.16-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 38.55%
GREEN value IS 162 (63.67% from 255) = 35.68%
BLUE value IS 117 (46.09% from 255) = 25.77%
R=38.55%
G=35.68%
B=25.77%

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
Decimal17516211700.070.330.3146.5526.6157.25
HexAFA27507211F2f1b39
Octal257242165074137573371
Binary1010111110100010111010101111000011111110111111011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA275; }

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

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

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

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

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

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

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

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