#AFA678

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

Shades of Hillary #AFA678

Tints of Hillary #AFA678

Color information

#AFA678 (or 0xAFA678) is unknown color: approx Hillary. HEX triplet: AF, A6 and 78. RGB value is (175,166,120). Sum of RGB (Red+Green+Blue) = 175+166+120=461 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.96% from 461); Green value is 166 (65.23% from 255 or 36.01% from 461); Blue value is 120 (47.27% from 255 or 26.03% from 461); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA678 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFA678 is #505987. Grayscale: #A3A3A3. Windows color (decimal): -5265800 or 7906991. OLE color: 7906991.

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

Color convert

RGB175166120-
CMYK00.050.310.31
HSL50.18º25.58%57.84%-
HSV(B)50.18º31.43%68.63%-
XYZ34.7137.7423.23-
YUV163.45103.48136.24-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 37.96%
GREEN value IS 166 (65.23% from 255) = 36.01%
BLUE value IS 120 (47.27% from 255) = 26.03%
R=37.96%
G=36.01%
B=26.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.31
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17516612000.050.310.3150.1825.5857.84
HexAFA678051F1F321a3a
Octal257246170053737623272
Binary101011111010011011110000101111111111111001011010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA678

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA678; }

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

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

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

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

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

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

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

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