#AFA480

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

Shades of Hillary #AFA480

Tints of Hillary #AFA480

Color information

#AFA480 (or 0xAFA480) is unknown color: approx Hillary. HEX triplet: AF, A4 and 80. RGB value is (175,164,128). Sum of RGB (Red+Green+Blue) = 175+164+128=467 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.47% from 467); Green value is 164 (64.45% from 255 or 35.12% from 467); Blue value is 128 (50.39% from 255 or 27.41% from 467); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA480 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA480 is #505B7F. Grayscale: #A3A3A3. Windows color (decimal): -5266304 or 8430767. OLE color: 8430767.

HSL color Cylindrical-coordinate representation of color #AFA480: hue angle of 45.96º degrees, saturation: 0.23, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AFA480 is Cyan = 0, Magento = 0.06, Yellow = 0.27 and Black (K on CMYK) = 0.31.

Color convert

RGB175164128-
CMYK00.060.270.31
HSL45.96º22.71%59.41%-
HSV(B)45.96º26.86%68.63%-
XYZ34.8537.2225.77-
YUV163.18108.14136.43-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 37.47%
GREEN value IS 164 (64.45% from 255) = 35.12%
BLUE value IS 128 (50.39% from 255) = 27.41%
R=37.47%
G=35.12%
B=27.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.27
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17516412800.060.270.3145.9622.7159.41
HexAFA480061B1F2e173b
Octal257244200063337562773
Binary1010111110100100100000000110110111111110111010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA480; }

 p { color: rgb(175,164,128); }

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

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

 a { background-color: rgb(175,164,128); }

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

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

 span { border-color: rgb(175,164,128); }

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