#AFA770

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

Shades of Hillary #AFA770

Tints of Hillary #AFA770

Color information

#AFA770 (or 0xAFA770) is unknown color: approx Hillary. HEX triplet: AF, A7 and 70. RGB value is (175,167,112). Sum of RGB (Red+Green+Blue) = 175+167+112=454 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.55% from 454); Green value is 167 (65.62% from 255 or 36.78% from 454); Blue value is 112 (44.14% from 255 or 24.67% from 454); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA770 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFA770 is #50588F. Grayscale: #A3A3A3. Windows color (decimal): -5265552 or 7382959. OLE color: 7382959.

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

Color convert

RGB175167112-
CMYK00.050.360.31
HSL52.38º28.25%56.27%-
HSV(B)52.38º36%68.63%-
XYZ34.4237.9220.83-
YUV163.1299.15136.47-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 38.55%
GREEN value IS 167 (65.62% from 255) = 36.78%
BLUE value IS 112 (44.14% from 255) = 24.67%
R=38.55%
G=36.78%
B=24.67%

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
Decimal17516711200.050.360.3152.3828.2556.27
HexAFA77005241F341c38
Octal257247160054437643470
Binary1010111110100111111000001011001001111111010011100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA770; }

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

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

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

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

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

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

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

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