#AFA47B

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

Shades of Hillary #AFA47B

Tints of Hillary #AFA47B

Color information

#AFA47B (or 0xAFA47B) is unknown color: approx Hillary. HEX triplet: AF, A4 and 7B. RGB value is (175,164,123). Sum of RGB (Red+Green+Blue) = 175+164+123=462 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.88% from 462); Green value is 164 (64.45% from 255 or 35.50% from 462); Blue value is 123 (48.44% from 255 or 26.62% from 462); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA47B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFA47B is #505B84. Grayscale: #A2A2A2. Windows color (decimal): -5266309 or 8103087. OLE color: 8103087.

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

Color convert

RGB175164123-
CMYK00.060.300.31
HSL47.31º24.53%58.43%-
HSV(B)47.31º29.71%68.63%-
XYZ34.5337.0924.08-
YUV162.61105.64136.83-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 37.88%
GREEN value IS 164 (64.45% from 255) = 35.50%
BLUE value IS 123 (48.44% from 255) = 26.62%
R=37.88%
G=35.50%
B=26.62%

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
Decimal17516412300.060.300.3147.3124.5358.43
HexAFA47B061E1F2f193a
Octal257244173063637573172
Binary101011111010010011110110110111101111110111111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA47B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA47B; }

 p { color: rgb(175,164,123); }

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

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

 a { background-color: rgb(175,164,123); }

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

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

 span { border-color: rgb(175,164,123); }

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