#AFA47A

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

Shades of Hillary #AFA47A

Tints of Hillary #AFA47A

Color information

#AFA47A (or 0xAFA47A) is unknown color: approx Hillary. HEX triplet: AF, A4 and 7A. RGB value is (175,164,122). Sum of RGB (Red+Green+Blue) = 175+164+122=461 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.96% from 461); Green value is 164 (64.45% from 255 or 35.57% from 461); Blue value is 122 (48.05% from 255 or 26.46% from 461); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA47A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFA47A is #505B85. Grayscale: #A2A2A2. Windows color (decimal): -5266310 or 8037551. OLE color: 8037551.

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

Color convert

RGB175164122-
CMYK00.060.300.31
HSL47.55º24.88%58.24%-
HSV(B)47.55º30.29%68.63%-
XYZ34.4737.0723.75-
YUV162.5105.14136.92-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 37.96%
GREEN value IS 164 (64.45% from 255) = 35.57%
BLUE value IS 122 (48.05% from 255) = 26.46%
R=37.96%
G=35.57%
B=26.46%

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
Decimal17516412200.060.300.3147.5524.8858.24
HexAFA47A061E1F30193a
Octal257244172063637603172
Binary101011111010010011110100110111101111111000011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA47A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA47A; }

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

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

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

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

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

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

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

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