Html Css Color HEX #A28C71 Mongoose

📋 copy color: '#A28C71'

red 162 ◦ green 140 ◦ blue 113

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

Shades of Mongoose #A28C71

Tints of Mongoose #A28C71

RGB

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

 GREEN value IS 140 (55.08% from 255) = 33.73%

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

R = 39.04%
G = 33.73%
B = 27.23%

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

#A28C71 (or 0xA28C71) is known color: Mongoose. HEX triplet: A2, 8C and 71. RGB value is (162,140,113). Sum of RGB (Red+Green+Blue) = 162+140+113=415 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.04% from 415); Green value is 140 (55.08% from 255 or 33.73% from 415); Blue value is 113 (44.53% from 255 or 27.23% from 415); Max value from RGB is 162 - color contains mainly: red. Hex color #A28C71 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A28C71 is #5D738E. Grayscale: #8F8F8F. Windows color (decimal): -6124431 or 7441570. OLE color: 7441570.

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

Color convert

RGB 162 140 113 -
CMYK 0 0.14 0.30 0.36
HSL 33.06º 0.21% 0.54% -
HSV(B) 33.06º 0.3% 0.64% -
XYZ 27.26 27.63 19.52 -
YUV 143.5 110.79 141.2 -
System Red Green Blue C M Y K H S L
Decimal 162 140 113 0 0.14 0.30 0.36 33.06 0.21 0.54
Hex A2 8C 71 0 E 1E 24 21 15 36
Octal 242 214 161 0 16 36 44 41 25 66
Binary 10100010 10001100 1110001 0 1110 11110 100100 100001 10101 110110

Color Harmonies of #A28C71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A28C71

Black with #A28C71

Text Example


Text Example

White with #A28C71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A28C71; }

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

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

background-color css

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

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

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

border-color css

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

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

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