Html Css Color HEX #A69078 Mongoose

📋 copy color: '#A69078'

red 166 ◦ green 144 ◦ blue 120

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

Shades of Mongoose #A69078

Tints of Mongoose #A69078

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 27.91%

R = 38.6%
G = 33.49%
B = 27.91%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.28

 K value IS 0.35

RGB Variations

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

Color information

#A69078 (or 0xA69078) is known color: Mongoose. HEX triplet: A6, 90 and 78. RGB value is (166,144,120). Sum of RGB (Red+Green+Blue) = 166+144+120=430 (56% of max value = 765). Red value is 166 (65.23% from 255 or 38.60% from 430); Green value is 144 (56.64% from 255 or 33.49% from 430); Blue value is 120 (47.27% from 255 or 27.91% from 430); Max value from RGB is 166 - color contains mainly: red. Hex color #A69078 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A69078 is #596F87. Grayscale: #939393. Windows color (decimal): -5861256 or 7901350. OLE color: 7901350.

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

Color convert

RGB 166 144 120 -
CMYK 0 0.13 0.28 0.35
HSL 31.3º 0.21% 0.56% -
HSV(B) 31.3º 0.28% 0.65% -
XYZ 29.09 29.41 21.91 -
YUV 147.84 112.29 140.95 -
System Red Green Blue C M Y K H S L
Decimal 166 144 120 0 0.13 0.28 0.35 31.3 0.21 0.56
Hex A6 90 78 0 D 1C 23 1F 15 38
Octal 246 220 170 0 15 34 43 37 25 70
Binary 10100110 10010000 1111000 0 1101 11100 100011 11111 10101 111000

Color Harmonies of #A69078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A69078

Black with #A69078

Text Example


Text Example

White with #A69078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A69078; }

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

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

background-color css

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

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

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

border-color css

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

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

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