Html Css Color HEX #A38C6B Mongoose

📋 copy color: '#A38C6B'

red 163 ◦ green 140 ◦ blue 107

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

Shades of Mongoose #A38C6B

Tints of Mongoose #A38C6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 26.1%

R = 39.76%
G = 34.15%
B = 26.1%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.34

 K value IS 0.36

RGB Variations

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

Color information

#A38C6B (or 0xA38C6B) is known color: Mongoose. HEX triplet: A3, 8C and 6B. RGB value is (163,140,107). Sum of RGB (Red+Green+Blue) = 163+140+107=410 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.76% from 410); Green value is 140 (55.08% from 255 or 34.15% from 410); Blue value is 107 (42.19% from 255 or 26.10% from 410); Max value from RGB is 163 - color contains mainly: red. Hex color #A38C6B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A38C6B is #5C7394. Grayscale: #8F8F8F. Windows color (decimal): -6058901 or 7048355. OLE color: 7048355.

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

Color convert

RGB 163 140 107 -
CMYK 0 0.14 0.34 0.36
HSL 35.36º 0.23% 0.53% -
HSV(B) 35.36º 0.34% 0.64% -
XYZ 27.14 27.6 17.81 -
YUV 143.12 107.62 142.18 -
System Red Green Blue C M Y K H S L
Decimal 163 140 107 0 0.14 0.34 0.36 35.36 0.23 0.53
Hex A3 8C 6B 0 E 22 24 23 17 35
Octal 243 214 153 0 16 42 44 43 27 65
Binary 10100011 10001100 1101011 0 1110 100010 100100 100011 10111 110101

Color Harmonies of #A38C6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A38C6B

Black with #A38C6B

Text Example


Text Example

White with #A38C6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A38C6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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