Html Css Color HEX #A28D76 Mongoose

📋 copy color: '#A28D76'

red 162 ◦ green 141 ◦ blue 118

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

Shades of Mongoose #A28D76

Tints of Mongoose #A28D76

RGB

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

 GREEN value IS 141 (55.47% from 255) = 33.49%

 BLUE value IS 118 (46.48% from 255) = 28.03%

R = 38.48%
G = 33.49%
B = 28.03%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.27

 K value IS 0.36

RGB Variations

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

Color information

#A28D76 (or 0xA28D76) is known color: Mongoose. HEX triplet: A2, 8D and 76. RGB value is (162,141,118). Sum of RGB (Red+Green+Blue) = 162+141+118=421 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.48% from 421); Green value is 141 (55.47% from 255 or 33.49% from 421); Blue value is 118 (46.48% from 255 or 28.03% from 421); Max value from RGB is 162 - color contains mainly: red. Hex color #A28D76 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A28D76 is #5D7289. Grayscale: #909090. Windows color (decimal): -6124170 or 7769506. OLE color: 7769506.

HSL color Cylindrical-coordinate representation of color #A28D76: hue angle of 31.36º degrees, saturation: 0.19, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A28D76 is Cyan = 0, Magento = 0.13, Yellow = 0.27 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 141 118 -
CMYK 0 0.13 0.27 0.36
HSL 31.36º 0.19% 0.55% -
HSV(B) 31.36º 0.27% 0.64% -
XYZ 27.7 28.04 21.09 -
YUV 144.66 112.96 140.37 -
System Red Green Blue C M Y K H S L
Decimal 162 141 118 0 0.13 0.27 0.36 31.36 0.19 0.55
Hex A2 8D 76 0 D 1B 24 1F 13 37
Octal 242 215 166 0 15 33 44 37 23 67
Binary 10100010 10001101 1110110 0 1101 11011 100100 11111 10011 110111

Color Harmonies of #A28D76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A28D76

Black with #A28D76

Text Example


Text Example

White with #A28D76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A28D76; }

 p { color: rgb(162,141,118); }

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

background-color css

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

 a { background-color: rgb(162,141,118); }

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

border-color css

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

 span { border-color: rgb(162,141,118); }

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