Html Css Color HEX #A89272 Mongoose

📋 copy color: '#A89272'

red 168 ◦ green 146 ◦ blue 114

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

Shades of Mongoose #A89272

Tints of Mongoose #A89272

RGB

 RED value IS 168 (66.02% from 255) = 39.25%

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

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

R = 39.25%
G = 34.11%
B = 26.64%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.32

 K value IS 0.34

RGB Variations

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

Color information

#A89272 (or 0xA89272) is known color: Mongoose. HEX triplet: A8, 92 and 72. RGB value is (168,146,114). Sum of RGB (Red+Green+Blue) = 168+146+114=428 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.25% from 428); Green value is 146 (57.42% from 255 or 34.11% from 428); Blue value is 114 (44.92% from 255 or 26.64% from 428); Max value from RGB is 168 - color contains mainly: red. Hex color #A89272 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A89272 is #576D8D. Grayscale: #959595. Windows color (decimal): -5729678 or 7508648. OLE color: 7508648.

HSL color Cylindrical-coordinate representation of color #A89272: hue angle of 35.56º degrees, saturation: 0.24, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A89272 is Cyan = 0, Magento = 0.13, Yellow = 0.32 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 146 114 -
CMYK 0 0.13 0.32 0.34
HSL 35.56º 0.24% 0.55% -
HSV(B) 35.56º 0.32% 0.66% -
XYZ 29.46 30.1 20.18 -
YUV 148.93 108.29 141.6 -
System Red Green Blue C M Y K H S L
Decimal 168 146 114 0 0.13 0.32 0.34 35.56 0.24 0.55
Hex A8 92 72 0 D 20 22 24 18 37
Octal 250 222 162 0 15 40 42 44 30 67
Binary 10101000 10010010 1110010 0 1101 100000 100010 100100 11000 110111

Color Harmonies of #A89272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A89272

Black with #A89272

Text Example


Text Example

White with #A89272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A89272; }

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

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

background-color css

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

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

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

border-color css

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

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

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