Html Css Color HEX #A38C6A Mongoose

📋 copy color: '#A38C6A'

red 163 ◦ green 140 ◦ blue 106

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

Shades of Mongoose #A38C6A

Tints of Mongoose #A38C6A

RGB

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

 GREEN value IS 140 (55.08% from 255) = 34.23%

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

R = 39.85%
G = 34.23%
B = 25.92%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.35

 K value IS 0.36

RGB Variations

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

Color information

#A38C6A (or 0xA38C6A) is known color: Mongoose. HEX triplet: A3, 8C and 6A. RGB value is (163,140,106). Sum of RGB (Red+Green+Blue) = 163+140+106=409 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.85% from 409); Green value is 140 (55.08% from 255 or 34.23% from 409); Blue value is 106 (41.80% from 255 or 25.92% from 409); Max value from RGB is 163 - color contains mainly: red. Hex color #A38C6A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A38C6A is #5C7395. Grayscale: #8F8F8F. Windows color (decimal): -6058902 or 6982819. OLE color: 6982819.

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

Color convert

RGB 163 140 106 -
CMYK 0 0.14 0.35 0.36
HSL 35.79º 0.24% 0.53% -
HSV(B) 35.79º 0.35% 0.64% -
XYZ 27.08 27.58 17.53 -
YUV 143 107.12 142.26 -
System Red Green Blue C M Y K H S L
Decimal 163 140 106 0 0.14 0.35 0.36 35.79 0.24 0.53
Hex A3 8C 6A 0 E 23 24 24 18 35
Octal 243 214 152 0 16 43 44 44 30 65
Binary 10100011 10001100 1101010 0 1110 100011 100100 100100 11000 110101

Color Harmonies of #A38C6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A38C6A

Black with #A38C6A

Text Example


Text Example

White with #A38C6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A38C6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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