Html Css Color HEX #A68672 Mongoose

📋 copy color: '#A68672'

red 166 ◦ green 134 ◦ blue 114

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

Shades of Mongoose #A68672

Tints of Mongoose #A68672

RGB

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

 GREEN value IS 134 (52.73% from 255) = 32.37%

 BLUE value IS 114 (44.92% from 255) = 27.54%

R = 40.1%
G = 32.37%
B = 27.54%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.31

 K value IS 0.35

RGB Variations

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

Color information

#A68672 (or 0xA68672) is known color: Mongoose. HEX triplet: A6, 86 and 72. RGB value is (166,134,114). Sum of RGB (Red+Green+Blue) = 166+134+114=414 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.10% from 414); Green value is 134 (52.73% from 255 or 32.37% from 414); Blue value is 114 (44.92% from 255 or 27.54% from 414); Max value from RGB is 166 - color contains mainly: red. Hex color #A68672 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A68672 is #59798D. Grayscale: #8D8D8D. Windows color (decimal): -5863822 or 7505574. OLE color: 7505574.

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

Color convert

RGB 166 134 114 -
CMYK 0 0.19 0.31 0.35
HSL 23.08º 0.23% 0.55% -
HSV(B) 23.08º 0.31% 0.65% -
XYZ 27.29 26.37 19.57 -
YUV 141.29 112.6 145.63 -
System Red Green Blue C M Y K H S L
Decimal 166 134 114 0 0.19 0.31 0.35 23.08 0.23 0.55
Hex A6 86 72 0 13 1F 23 17 17 37
Octal 246 206 162 0 23 37 43 27 27 67
Binary 10100110 10000110 1110010 0 10011 11111 100011 10111 10111 110111

Color Harmonies of #A68672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A68672

Black with #A68672

Text Example


Text Example

White with #A68672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A68672; }

 p { color: rgb(166,134,114); }

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

background-color css

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

 a { background-color: rgb(166,134,114); }

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

border-color css

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

 span { border-color: rgb(166,134,114); }

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