Html Css Color HEX #A68D71 Mongoose

📋 copy color: '#A68D71'

red 166 ◦ green 141 ◦ blue 113

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

Shades of Mongoose #A68D71

Tints of Mongoose #A68D71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 26.9%

R = 39.52%
G = 33.57%
B = 26.9%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.32

 K value IS 0.35

RGB Variations

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

Color information

#A68D71 (or 0xA68D71) is known color: Mongoose. HEX triplet: A6, 8D and 71. RGB value is (166,141,113). Sum of RGB (Red+Green+Blue) = 166+141+113=420 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.52% from 420); Green value is 141 (55.47% from 255 or 33.57% from 420); Blue value is 113 (44.53% from 255 or 26.90% from 420); Max value from RGB is 166 - color contains mainly: red. Hex color #A68D71 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A68D71 is #59728E. Grayscale: #919191. Windows color (decimal): -5862031 or 7441830. OLE color: 7441830.

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

Color convert

RGB 166 141 113 -
CMYK 0 0.15 0.32 0.35
HSL 31.7º 0.23% 0.55% -
HSV(B) 31.7º 0.32% 0.65% -
XYZ 28.23 28.35 19.61 -
YUV 145.28 109.78 142.78 -
System Red Green Blue C M Y K H S L
Decimal 166 141 113 0 0.15 0.32 0.35 31.7 0.23 0.55
Hex A6 8D 71 0 F 20 23 20 17 37
Octal 246 215 161 0 17 40 43 40 27 67
Binary 10100110 10001101 1110001 0 1111 100000 100011 100000 10111 110111

Color Harmonies of #A68D71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A68D71

Black with #A68D71

Text Example


Text Example

White with #A68D71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A68D71; }

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

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

background-color css

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

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

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

border-color css

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

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

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