Html Css Color HEX #A28B71 Mongoose

📋 copy color: '#A28B71'

red 162 ◦ green 139 ◦ blue 113

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

Shades of Mongoose #A28B71

Tints of Mongoose #A28B71

RGB

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

 GREEN value IS 139 (54.69% from 255) = 33.57%

 BLUE value IS 113 (44.53% from 255) = 27.29%

R = 39.13%
G = 33.57%
B = 27.29%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.30

 K value IS 0.36

RGB Variations

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

Color information

#A28B71 (or 0xA28B71) is known color: Mongoose. HEX triplet: A2, 8B and 71. RGB value is (162,139,113). Sum of RGB (Red+Green+Blue) = 162+139+113=414 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.13% from 414); Green value is 139 (54.69% from 255 or 33.57% from 414); Blue value is 113 (44.53% from 255 or 27.29% from 414); Max value from RGB is 162 - color contains mainly: red. Hex color #A28B71 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A28B71 is #5D748E. Grayscale: #8F8F8F. Windows color (decimal): -6124687 or 7441314. OLE color: 7441314.

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

Color convert

RGB 162 139 113 -
CMYK 0 0.14 0.30 0.36
HSL 31.84º 0.21% 0.54% -
HSV(B) 31.84º 0.3% 0.64% -
XYZ 27.11 27.34 19.47 -
YUV 142.91 111.12 141.61 -
System Red Green Blue C M Y K H S L
Decimal 162 139 113 0 0.14 0.30 0.36 31.84 0.21 0.54
Hex A2 8B 71 0 E 1E 24 20 15 36
Octal 242 213 161 0 16 36 44 40 25 66
Binary 10100010 10001011 1110001 0 1110 11110 100100 100000 10101 110110

Color Harmonies of #A28B71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A28B71

Black with #A28B71

Text Example


Text Example

White with #A28B71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A28B71; }

 p { color: rgb(162,139,113); }

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

background-color css

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

 a { background-color: rgb(162,139,113); }

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

border-color css

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

 span { border-color: rgb(162,139,113); }

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