Html Css Color HEX #A38B6B Mongoose

📋 copy color: '#A38B6B'

red 163 ◦ green 139 ◦ blue 107

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

Shades of Mongoose #A38B6B

Tints of Mongoose #A38B6B

RGB

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

 GREEN value IS 139 (54.69% from 255) = 33.99%

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

R = 39.85%
G = 33.99%
B = 26.16%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.34

 K value IS 0.36

RGB Variations

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

Color information

#A38B6B (or 0xA38B6B) is known color: Mongoose. HEX triplet: A3, 8B and 6B. RGB value is (163,139,107). Sum of RGB (Red+Green+Blue) = 163+139+107=409 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.85% from 409); Green value is 139 (54.69% from 255 or 33.99% from 409); Blue value is 107 (42.19% from 255 or 26.16% from 409); Max value from RGB is 163 - color contains mainly: red. Hex color #A38B6B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A38B6B is #5C7494. Grayscale: #8E8E8E. Windows color (decimal): -6059157 or 7048099. OLE color: 7048099.

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

Color convert

RGB 163 139 107 -
CMYK 0 0.15 0.34 0.36
HSL 34.29º 0.23% 0.53% -
HSV(B) 34.29º 0.34% 0.64% -
XYZ 26.99 27.31 17.76 -
YUV 142.53 107.95 142.6 -
System Red Green Blue C M Y K H S L
Decimal 163 139 107 0 0.15 0.34 0.36 34.29 0.23 0.53
Hex A3 8B 6B 0 F 22 24 22 17 35
Octal 243 213 153 0 17 42 44 42 27 65
Binary 10100011 10001011 1101011 0 1111 100010 100100 100010 10111 110101

Color Harmonies of #A38B6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A38B6B

Black with #A38B6B

Text Example


Text Example

White with #A38B6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A38B6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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