Html Css Color HEX #A28970 Mongoose

📋 copy color: '#A28970'

red 162 ◦ green 137 ◦ blue 112

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

Shades of Mongoose #A28970

Tints of Mongoose #A28970

RGB

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

 GREEN value IS 137 (53.91% from 255) = 33.33%

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

R = 39.42%
G = 33.33%
B = 27.25%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.31

 K value IS 0.36

RGB Variations

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

Color information

#A28970 (or 0xA28970) is known color: Mongoose. HEX triplet: A2, 89 and 70. RGB value is (162,137,112). Sum of RGB (Red+Green+Blue) = 162+137+112=411 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.42% from 411); Green value is 137 (53.91% from 255 or 33.33% from 411); Blue value is 112 (44.14% from 255 or 27.25% from 411); Max value from RGB is 162 - color contains mainly: red. Hex color #A28970 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A28970 is #5D768F. Grayscale: #8D8D8D. Windows color (decimal): -6125200 or 7375266. OLE color: 7375266.

HSL color Cylindrical-coordinate representation of color #A28970: hue angle of 30º 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 #A28970 is Cyan = 0, Magento = 0.15, Yellow = 0.31 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 137 112 -
CMYK 0 0.15 0.31 0.36
HSL 30º 0.21% 0.54% -
HSV(B) 30º 0.31% 0.64% -
XYZ 26.77 26.74 19.08 -
YUV 141.63 111.28 142.53 -
System Red Green Blue C M Y K H S L
Decimal 162 137 112 0 0.15 0.31 0.36 30 0.21 0.54
Hex A2 89 70 0 F 1F 24 1E 15 36
Octal 242 211 160 0 17 37 44 36 25 66
Binary 10100010 10001001 1110000 0 1111 11111 100100 11110 10101 110110

Color Harmonies of #A28970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A28970

Black with #A28970

Text Example


Text Example

White with #A28970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A28970; }

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

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

background-color css

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

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

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

border-color css

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

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

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