#AF9570

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

Shades of Mongoose #AF9570

Tints of Mongoose #AF9570

Color information

#AF9570 (or 0xAF9570) is unknown color: approx Mongoose. HEX triplet: AF, 95 and 70. RGB value is (175,149,112). Sum of RGB (Red+Green+Blue) = 175+149+112=436 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.14% from 436); Green value is 149 (58.59% from 255 or 34.17% from 436); Blue value is 112 (44.14% from 255 or 25.69% from 436); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9570 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF9570 is #506A8F. Grayscale: #989898. Windows color (decimal): -5270160 or 7378351. OLE color: 7378351.

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

Color convert

RGB175149112-
CMYK00.150.360.31
HSL35.24º28.25%56.27%-
HSV(B)35.24º36%68.63%-
XYZ31.3531.7819.81-
YUV152.56105.11144.01-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 40.14%
GREEN value IS 149 (58.59% from 255) = 34.17%
BLUE value IS 112 (44.14% from 255) = 25.69%
R=40.14%
G=34.17%
B=25.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.36
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17514911200.150.360.3135.2428.2556.27
HexAF95700F241F231c38
Octal2572251600174437433470
Binary10101111100101011110000011111001001111110001111100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF9570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF9570; }

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

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

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

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

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

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

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

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