Html Css Color HEX #A38D6A Mongoose

📋 copy color: '#A38D6A'

red 163 ◦ green 141 ◦ blue 106

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

Shades of Mongoose #A38D6A

Tints of Mongoose #A38D6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 25.85%

R = 39.76%
G = 34.39%
B = 25.85%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.35

 K value IS 0.36

RGB Variations

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

Color information

#A38D6A (or 0xA38D6A) is known color: Mongoose. HEX triplet: A3, 8D and 6A. RGB value is (163,141,106). Sum of RGB (Red+Green+Blue) = 163+141+106=410 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.76% from 410); Green value is 141 (55.47% from 255 or 34.39% from 410); Blue value is 106 (41.80% from 255 or 25.85% from 410); Max value from RGB is 163 - color contains mainly: red. Hex color #A38D6A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A38D6A is #5C7295. Grayscale: #8F8F8F. Windows color (decimal): -6058646 or 6983075. OLE color: 6983075.

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

Color convert

RGB 163 141 106 -
CMYK 0 0.13 0.35 0.36
HSL 36.84º 0.24% 0.53% -
HSV(B) 36.84º 0.35% 0.64% -
XYZ 27.23 27.88 17.58 -
YUV 143.59 106.79 141.85 -
System Red Green Blue C M Y K H S L
Decimal 163 141 106 0 0.13 0.35 0.36 36.84 0.24 0.53
Hex A3 8D 6A 0 D 23 24 25 18 35
Octal 243 215 152 0 15 43 44 45 30 65
Binary 10100011 10001101 1101010 0 1101 100011 100100 100101 11000 110101

Color Harmonies of #A38D6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A38D6A

Black with #A38D6A

Text Example


Text Example

White with #A38D6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A38D6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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