Html Css Color HEX #A08D75 Mongoose

📋 copy color: '#A08D75'

red 160 ◦ green 141 ◦ blue 117

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

Shades of Mongoose #A08D75

Tints of Mongoose #A08D75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 27.99%

R = 38.28%
G = 33.73%
B = 27.99%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.27

 K value IS 0.37

RGB Variations

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

Color information

#A08D75 (or 0xA08D75) is known color: Mongoose. HEX triplet: A0, 8D and 75. RGB value is (160,141,117). Sum of RGB (Red+Green+Blue) = 160+141+117=418 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.28% from 418); Green value is 141 (55.47% from 255 or 33.73% from 418); Blue value is 117 (46.09% from 255 or 27.99% from 418); Max value from RGB is 160 - color contains mainly: red. Hex color #A08D75 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A08D75 is #5F728A. Grayscale: #909090. Windows color (decimal): -6255243 or 7703968. OLE color: 7703968.

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

Color convert

RGB 160 141 117 -
CMYK 0 0.12 0.27 0.37
HSL 33.49º 0.18% 0.54% -
HSV(B) 33.49º 0.27% 0.63% -
XYZ 27.23 27.81 20.76 -
YUV 143.95 112.79 139.45 -
System Red Green Blue C M Y K H S L
Decimal 160 141 117 0 0.12 0.27 0.37 33.49 0.18 0.54
Hex A0 8D 75 0 C 1B 25 21 12 36
Octal 240 215 165 0 14 33 45 41 22 66
Binary 10100000 10001101 1110101 0 1100 11011 100101 100001 10010 110110

Color Harmonies of #A08D75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08D75

Black with #A08D75

Text Example


Text Example

White with #A08D75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08D75; }

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

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

background-color css

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

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

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

border-color css

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

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

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