#AF926D

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

Shades of Mongoose #AF926D

Tints of Mongoose #AF926D

Color information

#AF926D (or 0xAF926D) is unknown color: approx Mongoose. HEX triplet: AF, 92 and 6D. RGB value is (175,146,109). Sum of RGB (Red+Green+Blue) = 175+146+109=430 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.70% from 430); Green value is 146 (57.42% from 255 or 33.95% from 430); Blue value is 109 (42.97% from 255 or 25.35% from 430); Max value from RGB is 175 - color contains mainly: red. Hex color #AF926D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF926D is #506D92. Grayscale: #969696. Windows color (decimal): -5270931 or 7180975. OLE color: 7180975.

HSL color Cylindrical-coordinate representation of color #AF926D: hue angle of 33.64º degrees, saturation: 0.29, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AF926D is Cyan = 0, Magento = 0.17, Yellow = 0.38 and Black (K on CMYK) = 0.31.

Color convert

RGB175146109-
CMYK00.170.380.31
HSL33.64º29.2%55.69%-
HSV(B)33.64º37.71%68.63%-
XYZ30.7230.7818.79-
YUV150.45104.61145.51-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 40.70%
GREEN value IS 146 (57.42% from 255) = 33.95%
BLUE value IS 109 (42.97% from 255) = 25.35%
R=40.70%
G=33.95%
B=25.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.38
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17514610900.170.380.3133.6429.255.69
HexAF926D011261F221d38
Octal2572221550214637423570
Binary101011111001001011011010100011001101111110001011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF926D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF926D; }

 p { color: rgb(175,146,109); }

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

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

 a { background-color: rgb(175,146,109); }

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

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

 span { border-color: rgb(175,146,109); }

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