Html Css Color HEX #A69069 Mongoose

📋 copy color: '#A69069'

red 166 ◦ green 144 ◦ blue 105

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

Shades of Mongoose #A69069

Tints of Mongoose #A69069

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 25.3%

R = 40%
G = 34.7%
B = 25.3%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.37

 K value IS 0.35

RGB Variations

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

Color information

#A69069 (or 0xA69069) is known color: Mongoose. HEX triplet: A6, 90 and 69. RGB value is (166,144,105). Sum of RGB (Red+Green+Blue) = 166+144+105=415 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40% from 415); Green value is 144 (56.64% from 255 or 34.70% from 415); Blue value is 105 (41.41% from 255 or 25.30% from 415); Max value from RGB is 166 - color contains mainly: red. Hex color #A69069 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A69069 is #596F96. Grayscale: #929292. Windows color (decimal): -5861271 or 6918310. OLE color: 6918310.

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

Color convert

RGB 166 144 105 -
CMYK 0 0.13 0.37 0.35
HSL 38.36º 0.26% 0.53% -
HSV(B) 38.36º 0.37% 0.65% -
XYZ 28.25 29.07 17.49 -
YUV 146.13 104.79 142.17 -
System Red Green Blue C M Y K H S L
Decimal 166 144 105 0 0.13 0.37 0.35 38.36 0.26 0.53
Hex A6 90 69 0 D 25 23 26 1A 35
Octal 246 220 151 0 15 45 43 46 32 65
Binary 10100110 10010000 1101001 0 1101 100101 100011 100110 11010 110101

Color Harmonies of #A69069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A69069

Black with #A69069

Text Example


Text Example

White with #A69069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A69069; }

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

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

background-color css

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

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

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

border-color css

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

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

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