Html Css Color HEX #A08D79 Mongoose

📋 copy color: '#A08D79'

red 160 ◦ green 141 ◦ blue 121

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

Shades of Mongoose #A08D79

Tints of Mongoose #A08D79

RGB

 RED value IS 160 (62.89% from 255) = 37.91%

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

 BLUE value IS 121 (47.66% from 255) = 28.67%

R = 37.91%
G = 33.41%
B = 28.67%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.24

 K value IS 0.37

RGB Variations

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

Color information

#A08D79 (or 0xA08D79) is known color: Mongoose. HEX triplet: A0, 8D and 79. RGB value is (160,141,121). Sum of RGB (Red+Green+Blue) = 160+141+121=422 (55% of max value = 765). Red value is 160 (62.89% from 255 or 37.91% from 422); Green value is 141 (55.47% from 255 or 33.41% from 422); Blue value is 121 (47.66% from 255 or 28.67% from 422); Max value from RGB is 160 - color contains mainly: red. Hex color #A08D79 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A08D79 is #5F7286. Grayscale: #909090. Windows color (decimal): -6255239 or 7966112. OLE color: 7966112.

HSL color Cylindrical-coordinate representation of color #A08D79: hue angle of 30.77º degrees, saturation: 0.17, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A08D79 is Cyan = 0, Magento = 0.12, Yellow = 0.24 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 141 121 -
CMYK 0 0.12 0.24 0.37
HSL 30.77º 0.17% 0.55% -
HSV(B) 30.77º 0.24% 0.63% -
XYZ 27.47 27.9 22.03 -
YUV 144.4 114.79 139.13 -
System Red Green Blue C M Y K H S L
Decimal 160 141 121 0 0.12 0.24 0.37 30.77 0.17 0.55
Hex A0 8D 79 0 C 18 25 1F 11 37
Octal 240 215 171 0 14 30 45 37 21 67
Binary 10100000 10001101 1111001 0 1100 11000 100101 11111 10001 110111

Color Harmonies of #A08D79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08D79

Black with #A08D79

Text Example


Text Example

White with #A08D79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08D79; }

 p { color: rgb(160,141,121); }

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

background-color css

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

 a { background-color: rgb(160,141,121); }

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

border-color css

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

 span { border-color: rgb(160,141,121); }

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