Html Css Color HEX #A59075 Mongoose

📋 copy color: '#A59075'

red 165 ◦ green 144 ◦ blue 117

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

Shades of Mongoose #A59075

Tints of Mongoose #A59075

RGB

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

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

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

R = 38.73%
G = 33.8%
B = 27.46%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.29

 K value IS 0.35

RGB Variations

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

Color information

#A59075 (or 0xA59075) is known color: Mongoose. HEX triplet: A5, 90 and 75. RGB value is (165,144,117). Sum of RGB (Red+Green+Blue) = 165+144+117=426 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.73% from 426); Green value is 144 (56.64% from 255 or 33.80% from 426); Blue value is 117 (46.09% from 255 or 27.46% from 426); Max value from RGB is 165 - color contains mainly: red. Hex color #A59075 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A59075 is #5A6F8A. Grayscale: #939393. Windows color (decimal): -5926795 or 7704741. OLE color: 7704741.

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

Color convert

RGB 165 144 117 -
CMYK 0 0.13 0.29 0.35
HSL 33.75º 0.21% 0.55% -
HSV(B) 33.75º 0.29% 0.65% -
XYZ 28.7 29.23 20.96 -
YUV 147.2 110.96 140.7 -
System Red Green Blue C M Y K H S L
Decimal 165 144 117 0 0.13 0.29 0.35 33.75 0.21 0.55
Hex A5 90 75 0 D 1D 23 22 15 37
Octal 245 220 165 0 15 35 43 42 25 67
Binary 10100101 10010000 1110101 0 1101 11101 100011 100010 10101 110111

Color Harmonies of #A59075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A59075

Black with #A59075

Text Example


Text Example

White with #A59075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A59075; }

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

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

background-color css

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

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

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

border-color css

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

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

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