Html Css Color HEX #A68870 Mongoose

📋 copy color: '#A68870'

red 166 ◦ green 136 ◦ blue 112

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

Shades of Mongoose #A68870

Tints of Mongoose #A68870

RGB

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

 GREEN value IS 136 (53.52% from 255) = 32.85%

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

R = 40.1%
G = 32.85%
B = 27.05%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.33

 K value IS 0.35

RGB Variations

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

Color information

#A68870 (or 0xA68870) is known color: Mongoose. HEX triplet: A6, 88 and 70. RGB value is (166,136,112). Sum of RGB (Red+Green+Blue) = 166+136+112=414 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.10% from 414); Green value is 136 (53.52% from 255 or 32.85% from 414); Blue value is 112 (44.14% from 255 or 27.05% from 414); Max value from RGB is 166 - color contains mainly: red. Hex color #A68870 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A68870 is #59778F. Grayscale: #8E8E8E. Windows color (decimal): -5863312 or 7375014. OLE color: 7375014.

HSL color Cylindrical-coordinate representation of color #A68870: hue angle of 26.67º 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 #A68870 is Cyan = 0, Magento = 0.18, Yellow = 0.33 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 136 112 -
CMYK 0 0.18 0.33 0.35
HSL 26.67º 0.23% 0.55% -
HSV(B) 26.67º 0.33% 0.65% -
XYZ 27.45 26.89 19.07 -
YUV 142.23 110.94 144.95 -
System Red Green Blue C M Y K H S L
Decimal 166 136 112 0 0.18 0.33 0.35 26.67 0.23 0.55
Hex A6 88 70 0 12 21 23 1B 17 37
Octal 246 210 160 0 22 41 43 33 27 67
Binary 10100110 10001000 1110000 0 10010 100001 100011 11011 10111 110111

Color Harmonies of #A68870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A68870

Black with #A68870

Text Example


Text Example

White with #A68870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A68870; }

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

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

background-color css

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

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

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

border-color css

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

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

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