#AFA278

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

Shades of Hillary #AFA278

Tints of Hillary #AFA278

Color information

#AFA278 (or 0xAFA278) is unknown color: approx Hillary. HEX triplet: AF, A2 and 78. RGB value is (175,162,120). Sum of RGB (Red+Green+Blue) = 175+162+120=457 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.29% from 457); Green value is 162 (63.67% from 255 or 35.45% from 457); Blue value is 120 (47.27% from 255 or 26.26% from 457); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA278 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFA278 is #505D87. Grayscale: #A1A1A1. Windows color (decimal): -5266824 or 7905967. OLE color: 7905967.

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

Color convert

RGB175162120-
CMYK00.070.310.31
HSL45.82º25.58%57.84%-
HSV(B)45.82º31.43%68.63%-
XYZ33.9936.3122.99-
YUV161.1104.81137.92-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 38.29%
GREEN value IS 162 (63.67% from 255) = 35.45%
BLUE value IS 120 (47.27% from 255) = 26.26%
R=38.29%
G=35.45%
B=26.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.31
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17516212000.070.310.3145.8225.5857.84
HexAFA278071F1F2e1a3a
Octal257242170073737563272
Binary101011111010001011110000111111111111110111011010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA278; }

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

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

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

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

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

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

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

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