Html Css Color HEX #A28A71 Mongoose

📋 copy color: '#A28A71'

red 162 ◦ green 138 ◦ blue 113

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

Shades of Mongoose #A28A71

Tints of Mongoose #A28A71

RGB

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

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

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

R = 39.23%
G = 33.41%
B = 27.36%

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

#A28A71 (or 0xA28A71) is known color: Mongoose. HEX triplet: A2, 8A and 71. RGB value is (162,138,113). Sum of RGB (Red+Green+Blue) = 162+138+113=413 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.23% from 413); Green value is 138 (54.30% from 255 or 33.41% from 413); Blue value is 113 (44.53% from 255 or 27.36% from 413); Max value from RGB is 162 - color contains mainly: red. Hex color #A28A71 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A28A71 is #5D758E. Grayscale: #8E8E8E. Windows color (decimal): -6124943 or 7441058. OLE color: 7441058.

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

Color convert

RGB 162 138 113 -
CMYK 0 0.15 0.30 0.36
HSL 30.61º 0.21% 0.54% -
HSV(B) 30.61º 0.3% 0.64% -
XYZ 26.97 27.05 19.42 -
YUV 142.33 111.45 142.03 -
System Red Green Blue C M Y K H S L
Decimal 162 138 113 0 0.15 0.30 0.36 30.61 0.21 0.54
Hex A2 8A 71 0 F 1E 24 1F 15 36
Octal 242 212 161 0 17 36 44 37 25 66
Binary 10100010 10001010 1110001 0 1111 11110 100100 11111 10101 110110

Color Harmonies of #A28A71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A28A71

Black with #A28A71

Text Example


Text Example

White with #A28A71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A28A71; }

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

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

background-color css

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

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

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

border-color css

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

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

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