#AF9072

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

Shades of Mongoose #AF9072

Tints of Mongoose #AF9072

Color information

#AF9072 (or 0xAF9072) is unknown color: approx Mongoose. HEX triplet: AF, 90 and 72. RGB value is (175,144,114). Sum of RGB (Red+Green+Blue) = 175+144+114=433 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.42% from 433); Green value is 144 (56.64% from 255 or 33.26% from 433); Blue value is 114 (44.92% from 255 or 26.33% from 433); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9072 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF9072 is #506F8D. Grayscale: #959595. Windows color (decimal): -5271438 or 7508143. OLE color: 7508143.

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

Color convert

RGB175144114-
CMYK00.180.350.31
HSL29.51º27.6%56.67%-
HSV(B)29.51º34.86%68.63%-
XYZ30.6930.2820.15-
YUV149.85107.77145.94-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 40.42%
GREEN value IS 144 (56.64% from 255) = 33.26%
BLUE value IS 114 (44.92% from 255) = 26.33%
R=40.42%
G=33.26%
B=26.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.35
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17514411400.180.350.3129.5127.656.67
HexAF9072012231F1e1c39
Octal2572201620224337363471
Binary10101111100100001110010010010100011111111111011100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF9072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF9072; }

 p { color: rgb(175,144,114); }

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

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

 a { background-color: rgb(175,144,114); }

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

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

 span { border-color: rgb(175,144,114); }

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