#AFA670

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

Shades of Hillary #AFA670

Tints of Hillary #AFA670

Color information

#AFA670 (or 0xAFA670) is unknown color: approx Hillary. HEX triplet: AF, A6 and 70. RGB value is (175,166,112). Sum of RGB (Red+Green+Blue) = 175+166+112=453 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.63% from 453); Green value is 166 (65.23% from 255 or 36.64% from 453); Blue value is 112 (44.14% from 255 or 24.72% from 453); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA670 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFA670 is #50598F. Grayscale: #A2A2A2. Windows color (decimal): -5265808 or 7382703. OLE color: 7382703.

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

Color convert

RGB175166112-
CMYK00.050.360.31
HSL51.43º28.25%56.27%-
HSV(B)51.43º36%68.63%-
XYZ34.2437.5620.77-
YUV162.5499.48136.89-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 38.63%
GREEN value IS 166 (65.23% from 255) = 36.64%
BLUE value IS 112 (44.14% from 255) = 24.72%
R=38.63%
G=36.64%
B=24.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.36
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17516611200.050.360.3151.4328.2556.27
HexAFA67005241F331c38
Octal257246160054437633470
Binary1010111110100110111000001011001001111111001111100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA670; }

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

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

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

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

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

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

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

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