#AFA270

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

Shades of Hillary #AFA270

Tints of Hillary #AFA270

Color information

#AFA270 (or 0xAFA270) is unknown color: approx Hillary. HEX triplet: AF, A2 and 70. RGB value is (175,162,112). Sum of RGB (Red+Green+Blue) = 175+162+112=449 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.98% from 449); Green value is 162 (63.67% from 255 or 36.08% from 449); Blue value is 112 (44.14% from 255 or 24.94% from 449); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA270 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFA270 is #505D8F. Grayscale: #A0A0A0. Windows color (decimal): -5266832 or 7381679. OLE color: 7381679.

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

Color convert

RGB175162112-
CMYK00.070.360.31
HSL47.62º28.25%56.27%-
HSV(B)47.62º36%68.63%-
XYZ33.5236.1220.54-
YUV160.19100.81138.57-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 38.98%
GREEN value IS 162 (63.67% from 255) = 36.08%
BLUE value IS 112 (44.14% from 255) = 24.94%
R=38.98%
G=36.08%
B=24.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.36
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17516211200.070.360.3147.6228.2556.27
HexAFA27007241F301c38
Octal257242160074437603470
Binary1010111110100010111000001111001001111111000011100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA270; }

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

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

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

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

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

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

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

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