#AFA671

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

Shades of Hillary #AFA671

Tints of Hillary #AFA671

Color information

#AFA671 (or 0xAFA671) is unknown color: approx Hillary. HEX triplet: AF, A6 and 71. RGB value is (175,166,113). Sum of RGB (Red+Green+Blue) = 175+166+113=454 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.55% from 454); Green value is 166 (65.23% from 255 or 36.56% from 454); Blue value is 113 (44.53% from 255 or 24.89% from 454); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA671 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFA671 is #50598E. Grayscale: #A2A2A2. Windows color (decimal): -5265807 or 7448239. OLE color: 7448239.

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

Color convert

RGB175166113-
CMYK00.050.350.31
HSL51.29º27.93%56.47%-
HSV(B)51.29º35.43%68.63%-
XYZ34.337.5821.07-
YUV162.6599.98136.81-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 38.55%
GREEN value IS 166 (65.23% from 255) = 36.56%
BLUE value IS 113 (44.53% from 255) = 24.89%
R=38.55%
G=36.56%
B=24.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.35
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17516611300.050.350.3151.2927.9356.47
HexAFA67105231F331c38
Octal257246161054337633470
Binary1010111110100110111000101011000111111111001111100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA671

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA671; }

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

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

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

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

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

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

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

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