#AFA578

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

Shades of Hillary #AFA578

Tints of Hillary #AFA578

Color information

#AFA578 (or 0xAFA578) is unknown color: approx Hillary. HEX triplet: AF, A5 and 78. RGB value is (175,165,120). Sum of RGB (Red+Green+Blue) = 175+165+120=460 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.04% from 460); Green value is 165 (64.84% from 255 or 35.87% from 460); Blue value is 120 (47.27% from 255 or 26.09% from 460); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA578 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFA578 is #505A87. Grayscale: #A3A3A3. Windows color (decimal): -5266056 or 7906735. OLE color: 7906735.

HSL color Cylindrical-coordinate representation of color #AFA578: hue angle of 49.09º 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 #AFA578 is Cyan = 0, Magento = 0.06, Yellow = 0.31 and Black (K on CMYK) = 0.31.

Color convert

RGB175165120-
CMYK00.060.310.31
HSL49.09º25.58%57.84%-
HSV(B)49.09º31.43%68.63%-
XYZ34.5237.3823.16-
YUV162.86103.81136.66-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 38.04%
GREEN value IS 165 (64.84% from 255) = 35.87%
BLUE value IS 120 (47.27% from 255) = 26.09%
R=38.04%
G=35.87%
B=26.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.31
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17516512000.060.310.3149.0925.5857.84
HexAFA578061F1F311a3a
Octal257245170063737613272
Binary101011111010010111110000110111111111111000111010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA578

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA578; }

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

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

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

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

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

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

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

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