#A28C6D

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

Shades of Mongoose #A28C6D

Tints of Mongoose #A28C6D

Color information

#A28C6D (or 0xA28C6D) is unknown color: approx Mongoose. HEX triplet: A2, 8C and 6D. RGB value is (162,140,109). Sum of RGB (Red+Green+Blue) = 162+140+109=411 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.42% from 411); Green value is 140 (55.08% from 255 or 34.06% from 411); Blue value is 109 (42.97% from 255 or 26.52% from 411); Max value from RGB is 162 - color contains mainly: red. Hex color #A28C6D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A28C6D is #5D7392. Grayscale: #8F8F8F. Windows color (decimal): -6124435 or 7179426. OLE color: 7179426.

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

Color convert

RGB162140109-
CMYK00.140.330.36
HSL35.09º22.18%53.14%-
HSV(B)35.09º32.72%63.53%-
XYZ27.0427.5418.36-
YUV143.04108.79141.52-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 39.42%
GREEN value IS 140 (55.08% from 255) = 34.06%
BLUE value IS 109 (42.97% from 255) = 26.52%
R=39.42%
G=34.06%
B=26.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.33
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16214010900.140.330.3635.0922.1853.14
HexA28C6D0E2124231635
Octal2422141550164144432665
Binary101000101000110011011010111010000110010010001110110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A28C6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A28C6D; }

 p { color: rgb(162,140,109); }

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

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

 a { background-color: rgb(162,140,109); }

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

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

 span { border-color: rgb(162,140,109); }

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