Html Css Color HEX #A59070 Mongoose

📋 copy color: '#A59070'

red 165 ◦ green 144 ◦ blue 112

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

Shades of Mongoose #A59070

Tints of Mongoose #A59070

RGB

 RED value IS 165 (64.84% from 255) = 39.19%

 GREEN value IS 144 (56.64% from 255) = 34.2%

 BLUE value IS 112 (44.14% from 255) = 26.6%

R = 39.19%
G = 34.2%
B = 26.6%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.32

 K value IS 0.35

RGB Variations

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

Color information

#A59070 (or 0xA59070) is known color: Mongoose. HEX triplet: A5, 90 and 70. RGB value is (165,144,112). Sum of RGB (Red+Green+Blue) = 165+144+112=421 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.19% from 421); Green value is 144 (56.64% from 255 or 34.20% from 421); Blue value is 112 (44.14% from 255 or 26.60% from 421); Max value from RGB is 165 - color contains mainly: red. Hex color #A59070 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A59070 is #5A6F8F. Grayscale: #929292. Windows color (decimal): -5926800 or 7377061. OLE color: 7377061.

HSL color Cylindrical-coordinate representation of color #A59070: hue angle of 36.23º degrees, saturation: 0.23, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A59070 is Cyan = 0, Magento = 0.13, Yellow = 0.32 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 144 112 -
CMYK 0 0.13 0.32 0.35
HSL 36.23º 0.23% 0.54% -
HSV(B) 36.23º 0.32% 0.65% -
XYZ 28.41 29.12 19.45 -
YUV 146.63 108.46 141.1 -
System Red Green Blue C M Y K H S L
Decimal 165 144 112 0 0.13 0.32 0.35 36.23 0.23 0.54
Hex A5 90 70 0 D 20 23 24 17 36
Octal 245 220 160 0 15 40 43 44 27 66
Binary 10100101 10010000 1110000 0 1101 100000 100011 100100 10111 110110

Color Harmonies of #A59070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A59070

Black with #A59070

Text Example


Text Example

White with #A59070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A59070; }

 p { color: rgb(165,144,112); }

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

background-color css

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

 a { background-color: rgb(165,144,112); }

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

border-color css

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

 span { border-color: rgb(165,144,112); }

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