#AF9069

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

Shades of Mongoose #AF9069

Tints of Mongoose #AF9069

Color information

#AF9069 (or 0xAF9069) is unknown color: approx Mongoose. HEX triplet: AF, 90 and 69. RGB value is (175,144,105). Sum of RGB (Red+Green+Blue) = 175+144+105=424 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.27% from 424); Green value is 144 (56.64% from 255 or 33.96% from 424); Blue value is 105 (41.41% from 255 or 24.76% from 424); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9069 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF9069 is #506F96. Grayscale: #959595. Windows color (decimal): -5271447 or 6918319. OLE color: 6918319.

HSL color Cylindrical-coordinate representation of color #AF9069: hue angle of 33.43º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AF9069 is Cyan = 0, Magento = 0.18, Yellow = 0.40 and Black (K on CMYK) = 0.31.

Color convert

RGB175144105-
CMYK00.180.400.31
HSL33.43º30.43%54.9%-
HSV(B)33.43º40%68.63%-
XYZ30.230.0817.58-
YUV148.82103.27146.67-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 41.27%
GREEN value IS 144 (56.64% from 255) = 33.96%
BLUE value IS 105 (41.41% from 255) = 24.76%
R=41.27%
G=33.96%
B=24.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.40
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17514410500.180.400.3133.4330.4354.9
HexAF9069012281F211e37
Octal2572201510225037413667
Binary101011111001000011010010100101010001111110000111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF9069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF9069; }

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

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

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

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

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

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

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

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