Html Css Color HEX #A68E68 Mongoose

📋 copy color: '#A68E68'

red 166 ◦ green 142 ◦ blue 104

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

Shades of Mongoose #A68E68

Tints of Mongoose #A68E68

RGB

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

 GREEN value IS 142 (55.86% from 255) = 34.47%

 BLUE value IS 104 (41.02% from 255) = 25.24%

R = 40.29%
G = 34.47%
B = 25.24%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.37

 K value IS 0.35

RGB Variations

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

Color information

#A68E68 (or 0xA68E68) is known color: Mongoose. HEX triplet: A6, 8E and 68. RGB value is (166,142,104). Sum of RGB (Red+Green+Blue) = 166+142+104=412 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.29% from 412); Green value is 142 (55.86% from 255 or 34.47% from 412); Blue value is 104 (41.02% from 255 or 25.24% from 412); Max value from RGB is 166 - color contains mainly: red. Hex color #A68E68 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A68E68 is #597197. Grayscale: #919191. Windows color (decimal): -5861784 or 6852262. OLE color: 6852262.

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

Color convert

RGB 166 142 104 -
CMYK 0 0.14 0.37 0.35
HSL 36.77º 0.26% 0.53% -
HSV(B) 36.77º 0.37% 0.65% -
XYZ 27.9 28.45 17.12 -
YUV 144.84 104.95 143.09 -
System Red Green Blue C M Y K H S L
Decimal 166 142 104 0 0.14 0.37 0.35 36.77 0.26 0.53
Hex A6 8E 68 0 E 25 23 25 1A 35
Octal 246 216 150 0 16 45 43 45 32 65
Binary 10100110 10001110 1101000 0 1110 100101 100011 100101 11010 110101

Color Harmonies of #A68E68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A68E68

Black with #A68E68

Text Example


Text Example

White with #A68E68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A68E68; }

 p { color: rgb(166,142,104); }

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

background-color css

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

 a { background-color: rgb(166,142,104); }

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

border-color css

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

 span { border-color: rgb(166,142,104); }

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