Html Css Color HEX #A28A72 Mongoose

📋 copy color: '#A28A72'

red 162 ◦ green 138 ◦ blue 114

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

Shades of Mongoose #A28A72

Tints of Mongoose #A28A72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 27.54%

R = 39.13%
G = 33.33%
B = 27.54%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.30

 K value IS 0.36

RGB Variations

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

Color information

#A28A72 (or 0xA28A72) is known color: Mongoose. HEX triplet: A2, 8A and 72. RGB value is (162,138,114). Sum of RGB (Red+Green+Blue) = 162+138+114=414 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.13% from 414); Green value is 138 (54.30% from 255 or 33.33% from 414); Blue value is 114 (44.92% from 255 or 27.54% from 414); Max value from RGB is 162 - color contains mainly: red. Hex color #A28A72 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A28A72 is #5D758D. Grayscale: #8E8E8E. Windows color (decimal): -6124942 or 7506594. OLE color: 7506594.

HSL color Cylindrical-coordinate representation of color #A28A72: 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.3%. Process color model (Four color, CMYK) of #A28A72 is Cyan = 0, Magento = 0.15, Yellow = 0.30 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 138 114 -
CMYK 0 0.15 0.30 0.36
HSL 30º 0.21% 0.54% -
HSV(B) 30º 0.3% 0.64% -
XYZ 27.03 27.07 19.72 -
YUV 142.44 111.95 141.95 -
System Red Green Blue C M Y K H S L
Decimal 162 138 114 0 0.15 0.30 0.36 30 0.21 0.54
Hex A2 8A 72 0 F 1E 24 1E 15 36
Octal 242 212 162 0 17 36 44 36 25 66
Binary 10100010 10001010 1110010 0 1111 11110 100100 11110 10101 110110

Color Harmonies of #A28A72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A28A72

Black with #A28A72

Text Example


Text Example

White with #A28A72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A28A72; }

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

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

background-color css

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

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

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

border-color css

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

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

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