#AFA57A

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

Shades of Hillary #AFA57A

Tints of Hillary #AFA57A

Color information

#AFA57A (or 0xAFA57A) is unknown color: approx Hillary. HEX triplet: AF, A5 and 7A. RGB value is (175,165,122). Sum of RGB (Red+Green+Blue) = 175+165+122=462 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.88% from 462); Green value is 165 (64.84% from 255 or 35.71% from 462); Blue value is 122 (48.05% from 255 or 26.41% from 462); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA57A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFA57A is #505A85. Grayscale: #A3A3A3. Windows color (decimal): -5266054 or 8037807. OLE color: 8037807.

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

Color convert

RGB175165122-
CMYK00.060.300.31
HSL48.68º24.88%58.24%-
HSV(B)48.68º30.29%68.63%-
XYZ34.6537.4323.81-
YUV163.09104.81136.5-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 37.88%
GREEN value IS 165 (64.84% from 255) = 35.71%
BLUE value IS 122 (48.05% from 255) = 26.41%
R=37.88%
G=35.71%
B=26.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.30
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17516512200.060.300.3148.6824.8858.24
HexAFA57A061E1F31193a
Octal257245172063637613172
Binary101011111010010111110100110111101111111000111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA57A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA57A; }

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

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

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

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

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

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

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

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