#AFA379

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

Shades of Hillary #AFA379

Tints of Hillary #AFA379

Color information

#AFA379 (or 0xAFA379) is unknown color: approx Hillary. HEX triplet: AF, A3 and 79. RGB value is (175,163,121). Sum of RGB (Red+Green+Blue) = 175+163+121=459 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.13% from 459); Green value is 163 (64.06% from 255 or 35.51% from 459); Blue value is 121 (47.66% from 255 or 26.36% from 459); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA379 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFA379 is #505C86. Grayscale: #A1A1A1. Windows color (decimal): -5266567 or 7971759. OLE color: 7971759.

HSL color Cylindrical-coordinate representation of color #AFA379: hue angle of 46.67º degrees, saturation: 0.25, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AFA379 is Cyan = 0, Magento = 0.07, Yellow = 0.31 and Black (K on CMYK) = 0.31.

Color convert

RGB175163121-
CMYK00.070.310.31
HSL46.67º25.23%58.04%-
HSV(B)46.67º30.86%68.63%-
XYZ34.2336.6923.37-
YUV161.8104.98137.42-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 38.13%
GREEN value IS 163 (64.06% from 255) = 35.51%
BLUE value IS 121 (47.66% from 255) = 26.36%
R=38.13%
G=35.51%
B=26.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.31
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17516312100.070.310.3146.6725.2358.04
HexAFA379071F1F2f193a
Octal257243171073737573172
Binary101011111010001111110010111111111111110111111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA379; }

 p { color: rgb(175,163,121); }

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

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

 a { background-color: rgb(175,163,121); }

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

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

 span { border-color: rgb(175,163,121); }

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