Html Css Color HEX #A69065 Mongoose

📋 copy color: '#A69065'

red 166 ◦ green 144 ◦ blue 101

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

Shades of Mongoose #A69065

Tints of Mongoose #A69065

RGB

 RED value IS 166 (65.23% from 255) = 40.39%

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

 BLUE value IS 101 (39.84% from 255) = 24.57%

R = 40.39%
G = 35.04%
B = 24.57%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.39

 K value IS 0.35

RGB Variations

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

Color information

#A69065 (or 0xA69065) is known color: Mongoose. HEX triplet: A6, 90 and 65. RGB value is (166,144,101). Sum of RGB (Red+Green+Blue) = 166+144+101=411 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.39% from 411); Green value is 144 (56.64% from 255 or 35.04% from 411); Blue value is 101 (39.84% from 255 or 24.57% from 411); Max value from RGB is 166 - color contains mainly: red. Hex color #A69065 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A69065 is #596F9A. Grayscale: #919191. Windows color (decimal): -5861275 or 6656166. OLE color: 6656166.

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

Color convert

RGB 166 144 101 -
CMYK 0 0.13 0.39 0.35
HSL 39.69º 0.27% 0.52% -
HSV(B) 39.69º 0.39% 0.65% -
XYZ 28.05 28.99 16.43 -
YUV 145.68 102.79 142.5 -
System Red Green Blue C M Y K H S L
Decimal 166 144 101 0 0.13 0.39 0.35 39.69 0.27 0.52
Hex A6 90 65 0 D 27 23 28 1B 34
Octal 246 220 145 0 15 47 43 50 33 64
Binary 10100110 10010000 1100101 0 1101 100111 100011 101000 11011 110100

Color Harmonies of #A69065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A69065

Black with #A69065

Text Example


Text Example

White with #A69065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A69065; }

 p { color: rgb(166,144,101); }

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

background-color css

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

 a { background-color: rgb(166,144,101); }

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

border-color css

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

 span { border-color: rgb(166,144,101); }

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