#A28A6E

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

Shades of Mongoose #A28A6E

Tints of Mongoose #A28A6E

Color information

#A28A6E (or 0xA28A6E) is unknown color: approx Mongoose. HEX triplet: A2, 8A and 6E. RGB value is (162,138,110). Sum of RGB (Red+Green+Blue) = 162+138+110=410 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.51% from 410); Green value is 138 (54.30% from 255 or 33.66% from 410); Blue value is 110 (43.36% from 255 or 26.83% from 410); Max value from RGB is 162 - color contains mainly: red. Hex color #A28A6E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A28A6E is #5D7591. Grayscale: #8E8E8E. Windows color (decimal): -6124946 or 7244450. OLE color: 7244450.

HSL color Cylindrical-coordinate representation of color #A28A6E: hue angle of 32.31º degrees, saturation: 0.22, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A28A6E is Cyan = 0, Magento = 0.15, Yellow = 0.32 and Black (K on CMYK) = 0.36.

Color convert

RGB162138110-
CMYK00.150.320.36
HSL32.31º21.85%53.33%-
HSV(B)32.31º32.1%63.53%-
XYZ26.826.9818.55-
YUV141.98109.95142.28-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 39.51%
GREEN value IS 138 (54.30% from 255) = 33.66%
BLUE value IS 110 (43.36% from 255) = 26.83%
R=39.51%
G=33.66%
B=26.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.32
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16213811000.150.320.3632.3121.8553.33
HexA28A6E0F2024201635
Octal2422121560174044402665
Binary101000101000101011011100111110000010010010000010110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A28A6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A28A6E; }

 p { color: rgb(162,138,110); }

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

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

 a { background-color: rgb(162,138,110); }

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

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

 span { border-color: rgb(162,138,110); }

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