Html Css Color HEX #A68B76 Mongoose

📋 copy color: '#A68B76'

red 166 ◦ green 139 ◦ blue 118

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

Shades of Mongoose #A68B76

Tints of Mongoose #A68B76

RGB

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

 GREEN value IS 139 (54.69% from 255) = 32.86%

 BLUE value IS 118 (46.48% from 255) = 27.9%

R = 39.24%
G = 32.86%
B = 27.9%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.29

 K value IS 0.35

RGB Variations

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

Color information

#A68B76 (or 0xA68B76) is known color: Mongoose. HEX triplet: A6, 8B and 76. RGB value is (166,139,118). Sum of RGB (Red+Green+Blue) = 166+139+118=423 (56% of max value = 765). Red value is 166 (65.23% from 255 or 39.24% from 423); Green value is 139 (54.69% from 255 or 32.86% from 423); Blue value is 118 (46.48% from 255 or 27.90% from 423); Max value from RGB is 166 - color contains mainly: red. Hex color #A68B76 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A68B76 is #597489. Grayscale: #909090. Windows color (decimal): -5862538 or 7768998. OLE color: 7768998.

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

Color convert

RGB 166 139 118 -
CMYK 0 0.16 0.29 0.35
HSL 26.25º 0.21% 0.56% -
HSV(B) 26.25º 0.29% 0.65% -
XYZ 28.23 27.88 21.03 -
YUV 144.68 112.95 143.21 -
System Red Green Blue C M Y K H S L
Decimal 166 139 118 0 0.16 0.29 0.35 26.25 0.21 0.56
Hex A6 8B 76 0 10 1D 23 1A 15 38
Octal 246 213 166 0 20 35 43 32 25 70
Binary 10100110 10001011 1110110 0 10000 11101 100011 11010 10101 111000

Color Harmonies of #A68B76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A68B76

Black with #A68B76

Text Example


Text Example

White with #A68B76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A68B76; }

 p { color: rgb(166,139,118); }

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

background-color css

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

 a { background-color: rgb(166,139,118); }

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

border-color css

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

 span { border-color: rgb(166,139,118); }

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