#AF9068

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

Shades of Mongoose #AF9068

Tints of Mongoose #AF9068

Color information

#AF9068 (or 0xAF9068) is unknown color: approx Mongoose. HEX triplet: AF, 90 and 68. RGB value is (175,144,104). Sum of RGB (Red+Green+Blue) = 175+144+104=423 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.37% from 423); Green value is 144 (56.64% from 255 or 34.04% from 423); Blue value is 104 (41.02% from 255 or 24.59% from 423); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9068 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF9068 is #506F97. Grayscale: #949494. Windows color (decimal): -5271448 or 6852783. OLE color: 6852783.

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

Color convert

RGB175144104-
CMYK00.180.410.31
HSL33.8º30.74%54.71%-
HSV(B)33.8º40.57%68.63%-
XYZ30.1530.0617.31-
YUV148.71102.77146.75-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 41.37%
GREEN value IS 144 (56.64% from 255) = 34.04%
BLUE value IS 104 (41.02% from 255) = 24.59%
R=41.37%
G=34.04%
B=24.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.41
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17514410400.180.410.3133.830.7454.71
HexAF9068012291F221f37
Octal2572201500225137423767
Binary101011111001000011010000100101010011111110001011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF9068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF9068; }

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

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

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

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

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

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

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

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