Html Css Color HEX #A68D78 Mongoose

📋 copy color: '#A68D78'

red 166 ◦ green 141 ◦ blue 120

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

Shades of Mongoose #A68D78

Tints of Mongoose #A68D78

RGB

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

 GREEN value IS 141 (55.47% from 255) = 33.02%

 BLUE value IS 120 (47.27% from 255) = 28.1%

R = 38.88%
G = 33.02%
B = 28.1%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.28

 K value IS 0.35

RGB Variations

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

Color information

#A68D78 (or 0xA68D78) is known color: Mongoose. HEX triplet: A6, 8D and 78. RGB value is (166,141,120). Sum of RGB (Red+Green+Blue) = 166+141+120=427 (56% of max value = 765). Red value is 166 (65.23% from 255 or 38.88% from 427); Green value is 141 (55.47% from 255 or 33.02% from 427); Blue value is 120 (47.27% from 255 or 28.10% from 427); Max value from RGB is 166 - color contains mainly: red. Hex color #A68D78 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A68D78 is #597287. Grayscale: #929292. Windows color (decimal): -5862024 or 7900582. OLE color: 7900582.

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

Color convert

RGB 166 141 120 -
CMYK 0 0.15 0.28 0.35
HSL 27.39º 0.21% 0.56% -
HSV(B) 27.39º 0.28% 0.65% -
XYZ 28.64 28.51 21.76 -
YUV 146.08 113.28 142.21 -
System Red Green Blue C M Y K H S L
Decimal 166 141 120 0 0.15 0.28 0.35 27.39 0.21 0.56
Hex A6 8D 78 0 F 1C 23 1B 15 38
Octal 246 215 170 0 17 34 43 33 25 70
Binary 10100110 10001101 1111000 0 1111 11100 100011 11011 10101 111000

Color Harmonies of #A68D78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A68D78

Black with #A68D78

Text Example


Text Example

White with #A68D78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A68D78; }

 p { color: rgb(166,141,120); }

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

background-color css

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

 a { background-color: rgb(166,141,120); }

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

border-color css

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

 span { border-color: rgb(166,141,120); }

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