Html Css Color HEX #A28A70 Mongoose

📋 copy color: '#A28A70'

red 162 ◦ green 138 ◦ blue 112

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

Shades of Mongoose #A28A70

Tints of Mongoose #A28A70

RGB

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

 GREEN value IS 138 (54.3% from 255) = 33.5%

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

R = 39.32%
G = 33.5%
B = 27.18%

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

#A28A70 (or 0xA28A70) is known color: Mongoose. HEX triplet: A2, 8A and 70. RGB value is (162,138,112). Sum of RGB (Red+Green+Blue) = 162+138+112=412 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.32% from 412); Green value is 138 (54.30% from 255 or 33.50% from 412); Blue value is 112 (44.14% from 255 or 27.18% from 412); Max value from RGB is 162 - color contains mainly: red. Hex color #A28A70 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A28A70 is #5D758F. Grayscale: #8E8E8E. Windows color (decimal): -6124944 or 7375522. OLE color: 7375522.

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

Color convert

RGB 162 138 112 -
CMYK 0 0.15 0.31 0.36
HSL 31.2º 0.21% 0.54% -
HSV(B) 31.2º 0.31% 0.64% -
XYZ 26.91 27.03 19.13 -
YUV 142.21 110.95 142.11 -
System Red Green Blue C M Y K H S L
Decimal 162 138 112 0 0.15 0.31 0.36 31.2 0.21 0.54
Hex A2 8A 70 0 F 1F 24 1F 15 36
Octal 242 212 160 0 17 37 44 37 25 66
Binary 10100010 10001010 1110000 0 1111 11111 100100 11111 10101 110110

Color Harmonies of #A28A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A28A70

Black with #A28A70

Text Example


Text Example

White with #A28A70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A28A70; }

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

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

background-color css

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

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

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

border-color css

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

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

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