#AFA378

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

Shades of Hillary #AFA378

Tints of Hillary #AFA378

Color information

#AFA378 (or 0xAFA378) is unknown color: approx Hillary. HEX triplet: AF, A3 and 78. RGB value is (175,163,120). Sum of RGB (Red+Green+Blue) = 175+163+120=458 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.21% from 458); Green value is 163 (64.06% from 255 or 35.59% from 458); Blue value is 120 (47.27% from 255 or 26.20% from 458); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA378 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFA378 is #505C87. Grayscale: #A1A1A1. Windows color (decimal): -5266568 or 7906223. OLE color: 7906223.

HSL color Cylindrical-coordinate representation of color #AFA378: hue angle of 46.91º degrees, saturation: 0.26, 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 #AFA378 is Cyan = 0, Magento = 0.07, Yellow = 0.31 and Black (K on CMYK) = 0.31.

Color convert

RGB175163120-
CMYK00.070.310.31
HSL46.91º25.58%57.84%-
HSV(B)46.91º31.43%68.63%-
XYZ34.1736.6623.05-
YUV161.69104.48137.5-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 38.21%
GREEN value IS 163 (64.06% from 255) = 35.59%
BLUE value IS 120 (47.27% from 255) = 26.20%
R=38.21%
G=35.59%
B=26.20%

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
Decimal17516312000.070.310.3146.9125.5857.84
HexAFA378071F1F2f1a3a
Octal257243170073737573272
Binary101011111010001111110000111111111111110111111010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA378; }

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

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

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

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

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

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

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

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