Html Css Color HEX #A38E76 Mongoose

📋 copy color: '#A38E76'

red 163 ◦ green 142 ◦ blue 118

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

Shades of Mongoose #A38E76

Tints of Mongoose #A38E76

RGB

 RED value IS 163 (64.06% from 255) = 38.53%

 GREEN value IS 142 (55.86% from 255) = 33.57%

 BLUE value IS 118 (46.48% from 255) = 27.9%

R = 38.53%
G = 33.57%
B = 27.9%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.28

 K value IS 0.36

RGB Variations

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

Color information

#A38E76 (or 0xA38E76) is known color: Mongoose. HEX triplet: A3, 8E and 76. RGB value is (163,142,118). Sum of RGB (Red+Green+Blue) = 163+142+118=423 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.53% from 423); Green value is 142 (55.86% from 255 or 33.57% from 423); Blue value is 118 (46.48% from 255 or 27.90% from 423); Max value from RGB is 163 - color contains mainly: red. Hex color #A38E76 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A38E76 is #5C7189. Grayscale: #919191. Windows color (decimal): -6058378 or 7769763. OLE color: 7769763.

HSL color Cylindrical-coordinate representation of color #A38E76: hue angle of 32º degrees, saturation: 0.2, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A38E76 is Cyan = 0, Magento = 0.13, Yellow = 0.28 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 142 118 -
CMYK 0 0.13 0.28 0.36
HSL 32º 0.2% 0.55% -
HSV(B) 32º 0.28% 0.64% -
XYZ 28.05 28.44 21.15 -
YUV 145.54 112.46 140.45 -
System Red Green Blue C M Y K H S L
Decimal 163 142 118 0 0.13 0.28 0.36 32 0.2 0.55
Hex A3 8E 76 0 D 1C 24 20 14 37
Octal 243 216 166 0 15 34 44 40 24 67
Binary 10100011 10001110 1110110 0 1101 11100 100100 100000 10100 110111

Color Harmonies of #A38E76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A38E76

Black with #A38E76

Text Example


Text Example

White with #A38E76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A38E76; }

 p { color: rgb(163,142,118); }

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

background-color css

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

 a { background-color: rgb(163,142,118); }

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

border-color css

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

 span { border-color: rgb(163,142,118); }

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