#AFA57D

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

Shades of Hillary #AFA57D

Tints of Hillary #AFA57D

Color information

#AFA57D (or 0xAFA57D) is unknown color: approx Hillary. HEX triplet: AF, A5 and 7D. RGB value is (175,165,125). Sum of RGB (Red+Green+Blue) = 175+165+125=465 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.63% from 465); Green value is 165 (64.84% from 255 or 35.48% from 465); Blue value is 125 (49.22% from 255 or 26.88% from 465); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA57D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFA57D is #505A82. Grayscale: #A3A3A3. Windows color (decimal): -5266051 or 8234415. OLE color: 8234415.

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

Color convert

RGB175165125-
CMYK00.060.290.31
HSL48º23.81%58.82%-
HSV(B)48º28.57%68.63%-
XYZ34.8437.524.81-
YUV163.43106.31136.25-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 37.63%
GREEN value IS 165 (64.84% from 255) = 35.48%
BLUE value IS 125 (49.22% from 255) = 26.88%
R=37.63%
G=35.48%
B=26.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.29
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17516512500.060.290.314823.8158.82
HexAFA57D061D1F30183b
Octal257245175063537603073
Binary101011111010010111111010110111011111111000011000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA57D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA57D; }

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

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

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

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

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

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

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

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