#AFA47D

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

Shades of Hillary #AFA47D

Tints of Hillary #AFA47D

Color information

#AFA47D (or 0xAFA47D) is unknown color: approx Hillary. HEX triplet: AF, A4 and 7D. RGB value is (175,164,125). Sum of RGB (Red+Green+Blue) = 175+164+125=464 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.72% from 464); Green value is 164 (64.45% from 255 or 35.34% from 464); Blue value is 125 (49.22% from 255 or 26.94% from 464); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA47D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFA47D is #505B82. Grayscale: #A3A3A3. Windows color (decimal): -5266307 or 8234159. OLE color: 8234159.

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

Color convert

RGB175164125-
CMYK00.060.290.31
HSL46.8º23.81%58.82%-
HSV(B)46.8º28.57%68.63%-
XYZ34.6637.1524.75-
YUV162.84106.64136.67-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 37.72%
GREEN value IS 164 (64.45% from 255) = 35.34%
BLUE value IS 125 (49.22% from 255) = 26.94%
R=37.72%
G=35.34%
B=26.94%

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
Decimal17516412500.060.290.3146.823.8158.82
HexAFA47D061D1F2f183b
Octal257244175063537573073
Binary101011111010010011111010110111011111110111111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA47D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA47D; }

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

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

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

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

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

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

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

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