#AFA27D

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

Shades of Hillary #AFA27D

Tints of Hillary #AFA27D

Color information

#AFA27D (or 0xAFA27D) is unknown color: approx Hillary. HEX triplet: AF, A2 and 7D. RGB value is (175,162,125). Sum of RGB (Red+Green+Blue) = 175+162+125=462 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.88% from 462); Green value is 162 (63.67% from 255 or 35.06% from 462); Blue value is 125 (49.22% from 255 or 27.06% from 462); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA27D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFA27D is #505D82. Grayscale: #A1A1A1. Windows color (decimal): -5266819 or 8233647. OLE color: 8233647.

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

Color convert

RGB175162125-
CMYK00.070.290.31
HSL44.4º23.81%58.82%-
HSV(B)44.4º28.57%68.63%-
XYZ34.336.4424.63-
YUV161.67107.31137.51-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 37.88%
GREEN value IS 162 (63.67% from 255) = 35.06%
BLUE value IS 125 (49.22% from 255) = 27.06%
R=37.88%
G=35.06%
B=27.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.29
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17516212500.070.290.3144.423.8158.82
HexAFA27D071D1F2c183b
Octal257242175073537543073
Binary101011111010001011111010111111011111110110011000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA27D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA27D; }

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

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

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

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

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

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

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

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