Html Css Color HEX #A68770 Mongoose

📋 copy color: '#A68770'

red 166 ◦ green 135 ◦ blue 112

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

Shades of Mongoose #A68770

Tints of Mongoose #A68770

RGB

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

 GREEN value IS 135 (53.13% from 255) = 32.69%

 BLUE value IS 112 (44.14% from 255) = 27.12%

R = 40.19%
G = 32.69%
B = 27.12%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.33

 K value IS 0.35

RGB Variations

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

Color information

#A68770 (or 0xA68770) is known color: Mongoose. HEX triplet: A6, 87 and 70. RGB value is (166,135,112). Sum of RGB (Red+Green+Blue) = 166+135+112=413 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.19% from 413); Green value is 135 (53.12% from 255 or 32.69% from 413); Blue value is 112 (44.14% from 255 or 27.12% from 413); Max value from RGB is 166 - color contains mainly: red. Hex color #A68770 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A68770 is #59788F. Grayscale: #8D8D8D. Windows color (decimal): -5863568 or 7374758. OLE color: 7374758.

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

Color convert

RGB 166 135 112 -
CMYK 0 0.19 0.33 0.35
HSL 25.56º 0.23% 0.55% -
HSV(B) 25.56º 0.33% 0.65% -
XYZ 27.31 26.6 19.02 -
YUV 141.65 111.27 145.37 -
System Red Green Blue C M Y K H S L
Decimal 166 135 112 0 0.19 0.33 0.35 25.56 0.23 0.55
Hex A6 87 70 0 13 21 23 1A 17 37
Octal 246 207 160 0 23 41 43 32 27 67
Binary 10100110 10000111 1110000 0 10011 100001 100011 11010 10111 110111

Color Harmonies of #A68770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A68770

Black with #A68770

Text Example


Text Example

White with #A68770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A68770; }

 p { color: rgb(166,135,112); }

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

background-color css

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

 a { background-color: rgb(166,135,112); }

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

border-color css

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

 span { border-color: rgb(166,135,112); }

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