#AFA674

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

Shades of Hillary #AFA674

Tints of Hillary #AFA674

Color information

#AFA674 (or 0xAFA674) is unknown color: approx Hillary. HEX triplet: AF, A6 and 74. RGB value is (175,166,116). Sum of RGB (Red+Green+Blue) = 175+166+116=457 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.29% from 457); Green value is 166 (65.23% from 255 or 36.32% from 457); Blue value is 116 (45.70% from 255 or 25.38% from 457); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA674 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFA674 is #50598B. Grayscale: #A3A3A3. Windows color (decimal): -5265804 or 7644847. OLE color: 7644847.

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

Color convert

RGB175166116-
CMYK00.050.340.31
HSL50.85º26.94%57.06%-
HSV(B)50.85º33.71%68.63%-
XYZ34.4737.6521.97-
YUV162.99101.48136.57-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 38.29%
GREEN value IS 166 (65.23% from 255) = 36.32%
BLUE value IS 116 (45.70% from 255) = 25.38%
R=38.29%
G=36.32%
B=25.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.34
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17516611600.050.340.3150.8526.9457.06
HexAFA67405221F331b39
Octal257246164054237633371
Binary1010111110100110111010001011000101111111001111011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA674

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA674; }

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

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

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

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

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

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

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

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