Html Css Color HEX #A28870 Mongoose

📋 copy color: '#A28870'

red 162 ◦ green 136 ◦ blue 112

#A28870
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mongoose #A28870

Tints of Mongoose #A28870

RGB

 RED value IS 162 (63.67% from 255) = 39.51%

 GREEN value IS 136 (53.52% from 255) = 33.17%

 BLUE value IS 112 (44.14% from 255) = 27.32%

R = 39.51%
G = 33.17%
B = 27.32%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.31

 K value IS 0.36

RGB Variations

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

Color information

#A28870 (or 0xA28870) is known color: Mongoose. HEX triplet: A2, 88 and 70. RGB value is (162,136,112). Sum of RGB (Red+Green+Blue) = 162+136+112=410 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.51% from 410); Green value is 136 (53.52% from 255 or 33.17% from 410); Blue value is 112 (44.14% from 255 or 27.32% from 410); Max value from RGB is 162 - color contains mainly: red. Hex color #A28870 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A28870 is #5D778F. Grayscale: #8D8D8D. Windows color (decimal): -6125456 or 7375010. OLE color: 7375010.

HSL color Cylindrical-coordinate representation of color #A28870: hue angle of 28.8º degrees, saturation: 0.21, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A28870 is Cyan = 0, Magento = 0.16, Yellow = 0.31 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 136 112 -
CMYK 0 0.16 0.31 0.36
HSL 28.8º 0.21% 0.54% -
HSV(B) 28.8º 0.31% 0.64% -
XYZ 26.63 26.46 19.03 -
YUV 141.04 111.61 142.95 -
System Red Green Blue C M Y K H S L
Decimal 162 136 112 0 0.16 0.31 0.36 28.8 0.21 0.54
Hex A2 88 70 0 10 1F 24 1D 15 36
Octal 242 210 160 0 20 37 44 35 25 66
Binary 10100010 10001000 1110000 0 10000 11111 100100 11101 10101 110110

Color Harmonies of #A28870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A28870

Black with #A28870

Text Example


Text Example

White with #A28870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A28870; }

 p { color: rgb(162,136,112); }

 H1.HeaderClassName
 {
   color: #A28870;
 }
 .AnyTagClassName
 {
   color: #A28870;
 }
</style>

background-color css

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

 a { background-color: rgb(162,136,112); }

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

border-color css

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

 span { border-color: rgb(162,136,112); }

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