Html Css Color HEX #A69272 Mongoose

📋 copy color: '#A69272'

red 166 ◦ green 146 ◦ blue 114

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

Shades of Mongoose #A69272

Tints of Mongoose #A69272

RGB

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

 GREEN value IS 146 (57.42% from 255) = 34.27%

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

R = 38.97%
G = 34.27%
B = 26.76%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.31

 K value IS 0.35

RGB Variations

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

Color information

#A69272 (or 0xA69272) is known color: Mongoose. HEX triplet: A6, 92 and 72. RGB value is (166,146,114). Sum of RGB (Red+Green+Blue) = 166+146+114=426 (56% of max value = 765). Red value is 166 (65.23% from 255 or 38.97% from 426); Green value is 146 (57.42% from 255 or 34.27% from 426); Blue value is 114 (44.92% from 255 or 26.76% from 426); Max value from RGB is 166 - color contains mainly: red. Hex color #A69272 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A69272 is #596D8D. Grayscale: #949494. Windows color (decimal): -5860750 or 7508646. OLE color: 7508646.

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

Color convert

RGB 166 146 114 -
CMYK 0 0.12 0.31 0.35
HSL 36.92º 0.23% 0.55% -
HSV(B) 36.92º 0.31% 0.65% -
XYZ 29.04 29.88 20.16 -
YUV 148.33 108.63 140.6 -
System Red Green Blue C M Y K H S L
Decimal 166 146 114 0 0.12 0.31 0.35 36.92 0.23 0.55
Hex A6 92 72 0 C 1F 23 25 17 37
Octal 246 222 162 0 14 37 43 45 27 67
Binary 10100110 10010010 1110010 0 1100 11111 100011 100101 10111 110111

Color Harmonies of #A69272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A69272

Black with #A69272

Text Example


Text Example

White with #A69272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A69272; }

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

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

background-color css

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

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

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

border-color css

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

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

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