#AFA475

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

Shades of Hillary #AFA475

Tints of Hillary #AFA475

Color information

#AFA475 (or 0xAFA475) is unknown color: approx Hillary. HEX triplet: AF, A4 and 75. RGB value is (175,164,117). Sum of RGB (Red+Green+Blue) = 175+164+117=456 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.38% from 456); Green value is 164 (64.45% from 255 or 35.96% from 456); Blue value is 117 (46.09% from 255 or 25.66% from 456); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA475 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFA475 is #505B8A. Grayscale: #A2A2A2. Windows color (decimal): -5266315 or 7709871. OLE color: 7709871.

HSL color Cylindrical-coordinate representation of color #AFA475: hue angle of 48.62º degrees, saturation: 0.27, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AFA475 is Cyan = 0, Magento = 0.06, Yellow = 0.33 and Black (K on CMYK) = 0.31.

Color convert

RGB175164117-
CMYK00.060.330.31
HSL48.62º26.61%57.25%-
HSV(B)48.62º33.14%68.63%-
XYZ34.1736.9522.16-
YUV161.93102.64137.32-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 38.38%
GREEN value IS 164 (64.45% from 255) = 35.96%
BLUE value IS 117 (46.09% from 255) = 25.66%
R=38.38%
G=35.96%
B=25.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.33
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17516411700.060.330.3148.6226.6157.25
HexAFA47506211F311b39
Octal257244165064137613371
Binary1010111110100100111010101101000011111111000111011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA475; }

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

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

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

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

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

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

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

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