Html Css Color HEX #A69074 Mongoose

📋 copy color: '#A69074'

red 166 ◦ green 144 ◦ blue 116

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

Shades of Mongoose #A69074

Tints of Mongoose #A69074

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 27.23%

R = 38.97%
G = 33.8%
B = 27.23%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.30

 K value IS 0.35

RGB Variations

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

Color information

#A69074 (or 0xA69074) is known color: Mongoose. HEX triplet: A6, 90 and 74. RGB value is (166,144,116). Sum of RGB (Red+Green+Blue) = 166+144+116=426 (56% of max value = 765). Red value is 166 (65.23% from 255 or 38.97% from 426); Green value is 144 (56.64% from 255 or 33.80% from 426); Blue value is 116 (45.70% from 255 or 27.23% from 426); Max value from RGB is 166 - color contains mainly: red. Hex color #A69074 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A69074 is #596F8B. Grayscale: #939393. Windows color (decimal): -5861260 or 7639206. OLE color: 7639206.

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

Color convert

RGB 166 144 116 -
CMYK 0 0.13 0.30 0.35
HSL 33.6º 0.22% 0.55% -
HSV(B) 33.6º 0.3% 0.65% -
XYZ 28.85 29.31 20.66 -
YUV 147.39 110.29 141.28 -
System Red Green Blue C M Y K H S L
Decimal 166 144 116 0 0.13 0.30 0.35 33.6 0.22 0.55
Hex A6 90 74 0 D 1E 23 22 16 37
Octal 246 220 164 0 15 36 43 42 26 67
Binary 10100110 10010000 1110100 0 1101 11110 100011 100010 10110 110111

Color Harmonies of #A69074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A69074

Black with #A69074

Text Example


Text Example

White with #A69074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A69074; }

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

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

background-color css

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

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

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

border-color css

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

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

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