Html Css Color HEX #A08B75 Mongoose

📋 copy color: '#A08B75'

red 160 ◦ green 139 ◦ blue 117

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

Shades of Mongoose #A08B75

Tints of Mongoose #A08B75

RGB

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

 GREEN value IS 139 (54.69% from 255) = 33.41%

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

R = 38.46%
G = 33.41%
B = 28.13%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.27

 K value IS 0.37

RGB Variations

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

Color information

#A08B75 (or 0xA08B75) is known color: Mongoose. HEX triplet: A0, 8B and 75. RGB value is (160,139,117). Sum of RGB (Red+Green+Blue) = 160+139+117=416 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.46% from 416); Green value is 139 (54.69% from 255 or 33.41% from 416); Blue value is 117 (46.09% from 255 or 28.12% from 416); Max value from RGB is 160 - color contains mainly: red. Hex color #A08B75 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A08B75 is #5F748A. Grayscale: #8E8E8E. Windows color (decimal): -6255755 or 7703456. OLE color: 7703456.

HSL color Cylindrical-coordinate representation of color #A08B75: hue angle of 30.7º 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 #A08B75 is Cyan = 0, Magento = 0.13, Yellow = 0.27 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 139 117 -
CMYK 0 0.13 0.27 0.37
HSL 30.7º 0.18% 0.54% -
HSV(B) 30.7º 0.27% 0.63% -
XYZ 26.94 27.22 20.66 -
YUV 142.77 113.46 140.29 -
System Red Green Blue C M Y K H S L
Decimal 160 139 117 0 0.13 0.27 0.37 30.7 0.18 0.54
Hex A0 8B 75 0 D 1B 25 1F 12 36
Octal 240 213 165 0 15 33 45 37 22 66
Binary 10100000 10001011 1110101 0 1101 11011 100101 11111 10010 110110

Color Harmonies of #A08B75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08B75

Black with #A08B75

Text Example


Text Example

White with #A08B75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08B75; }

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

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

background-color css

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

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

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

border-color css

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

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

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