#A28C6A

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

Shades of Mongoose #A28C6A

Tints of Mongoose #A28C6A

Color information

#A28C6A (or 0xA28C6A) is unknown color: approx Mongoose. HEX triplet: A2, 8C and 6A. RGB value is (162,140,106). Sum of RGB (Red+Green+Blue) = 162+140+106=408 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.71% from 408); Green value is 140 (55.08% from 255 or 34.31% from 408); Blue value is 106 (41.80% from 255 or 25.98% from 408); Max value from RGB is 162 - color contains mainly: red. Hex color #A28C6A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A28C6A is #5D7395. Grayscale: #8E8E8E. Windows color (decimal): -6124438 or 6982818. OLE color: 6982818.

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

Color convert

RGB162140106-
CMYK00.140.350.36
HSL36.43º23.14%52.55%-
HSV(B)36.43º34.57%63.53%-
XYZ26.8827.4817.52-
YUV142.7107.29141.76-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 39.71%
GREEN value IS 140 (55.08% from 255) = 34.31%
BLUE value IS 106 (41.80% from 255) = 25.98%
R=39.71%
G=34.31%
B=25.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.35
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16214010600.140.350.3636.4323.1452.55
HexA28C6A0E2324241735
Octal2422141520164344442765
Binary101000101000110011010100111010001110010010010010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A28C6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A28C6A; }

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

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

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

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

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

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

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

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