Html Css Color HEX #A38D76 Mongoose

📋 copy color: '#A38D76'

red 163 ◦ green 141 ◦ blue 118

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

Shades of Mongoose #A38D76

Tints of Mongoose #A38D76

RGB

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

 GREEN value IS 141 (55.47% from 255) = 33.41%

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

R = 38.63%
G = 33.41%
B = 27.96%

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

#A38D76 (or 0xA38D76) is known color: Mongoose. HEX triplet: A3, 8D and 76. RGB value is (163,141,118). Sum of RGB (Red+Green+Blue) = 163+141+118=422 (55% of max value = 765). Red value is 163 (64.06% from 255 or 38.63% from 422); Green value is 141 (55.47% from 255 or 33.41% from 422); Blue value is 118 (46.48% from 255 or 27.96% from 422); Max value from RGB is 163 - color contains mainly: red. Hex color #A38D76 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A38D76 is #5C7289. Grayscale: #919191. Windows color (decimal): -6058634 or 7769507. OLE color: 7769507.

HSL color Cylindrical-coordinate representation of color #A38D76: hue angle of 30.67º 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 #A38D76 is Cyan = 0, Magento = 0.13, Yellow = 0.28 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 141 118 -
CMYK 0 0.13 0.28 0.36
HSL 30.67º 0.2% 0.55% -
HSV(B) 30.67º 0.28% 0.64% -
XYZ 27.9 28.14 21.1 -
YUV 144.96 112.79 140.87 -
System Red Green Blue C M Y K H S L
Decimal 163 141 118 0 0.13 0.28 0.36 30.67 0.2 0.55
Hex A3 8D 76 0 D 1C 24 1F 14 37
Octal 243 215 166 0 15 34 44 37 24 67
Binary 10100011 10001101 1110110 0 1101 11100 100100 11111 10100 110111

Color Harmonies of #A38D76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A38D76

Black with #A38D76

Text Example


Text Example

White with #A38D76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A38D76; }

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

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

background-color css

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

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

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

border-color css

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

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

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