Html Css Color HEX #A68C71 Mongoose

📋 copy color: '#A68C71'

red 166 ◦ green 140 ◦ blue 113

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

Shades of Mongoose #A68C71

Tints of Mongoose #A68C71

RGB

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

 GREEN value IS 140 (55.08% from 255) = 33.41%

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

R = 39.62%
G = 33.41%
B = 26.97%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.32

 K value IS 0.35

RGB Variations

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

Color information

#A68C71 (or 0xA68C71) is known color: Mongoose. HEX triplet: A6, 8C and 71. RGB value is (166,140,113). Sum of RGB (Red+Green+Blue) = 166+140+113=419 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.62% from 419); Green value is 140 (55.08% from 255 or 33.41% from 419); Blue value is 113 (44.53% from 255 or 26.97% from 419); Max value from RGB is 166 - color contains mainly: red. Hex color #A68C71 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A68C71 is #59738E. Grayscale: #909090. Windows color (decimal): -5862287 or 7441574. OLE color: 7441574.

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

Color convert

RGB 166 140 113 -
CMYK 0 0.16 0.32 0.35
HSL 30.57º 0.23% 0.55% -
HSV(B) 30.57º 0.32% 0.65% -
XYZ 28.08 28.06 19.56 -
YUV 144.7 110.11 143.2 -
System Red Green Blue C M Y K H S L
Decimal 166 140 113 0 0.16 0.32 0.35 30.57 0.23 0.55
Hex A6 8C 71 0 10 20 23 1F 17 37
Octal 246 214 161 0 20 40 43 37 27 67
Binary 10100110 10001100 1110001 0 10000 100000 100011 11111 10111 110111

Color Harmonies of #A68C71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A68C71

Black with #A68C71

Text Example


Text Example

White with #A68C71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A68C71; }

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

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

background-color css

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

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

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

border-color css

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

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

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