Html Css Color HEX #A68C70 Mongoose

📋 copy color: '#A68C70'

red 166 ◦ green 140 ◦ blue 112

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

Shades of Mongoose #A68C70

Tints of Mongoose #A68C70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 26.79%

R = 39.71%
G = 33.49%
B = 26.79%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.33

 K value IS 0.35

RGB Variations

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

Color information

#A68C70 (or 0xA68C70) is known color: Mongoose. HEX triplet: A6, 8C and 70. RGB value is (166,140,112). Sum of RGB (Red+Green+Blue) = 166+140+112=418 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.71% from 418); Green value is 140 (55.08% from 255 or 33.49% from 418); Blue value is 112 (44.14% from 255 or 26.79% from 418); Max value from RGB is 166 - color contains mainly: red. Hex color #A68C70 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A68C70 is #59738F. Grayscale: #909090. Windows color (decimal): -5862288 or 7376038. OLE color: 7376038.

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

Color convert

RGB 166 140 112 -
CMYK 0 0.16 0.33 0.35
HSL 31.11º 0.23% 0.55% -
HSV(B) 31.11º 0.33% 0.65% -
XYZ 28.03 28.03 19.26 -
YUV 144.58 109.61 143.28 -
System Red Green Blue C M Y K H S L
Decimal 166 140 112 0 0.16 0.33 0.35 31.11 0.23 0.55
Hex A6 8C 70 0 10 21 23 1F 17 37
Octal 246 214 160 0 20 41 43 37 27 67
Binary 10100110 10001100 1110000 0 10000 100001 100011 11111 10111 110111

Color Harmonies of #A68C70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A68C70

Black with #A68C70

Text Example


Text Example

White with #A68C70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A68C70; }

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

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

background-color css

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

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

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

border-color css

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

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

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