Html Css Color HEX #A38B70 Mongoose

📋 copy color: '#A38B70'

red 163 ◦ green 139 ◦ blue 112

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

Shades of Mongoose #A38B70

Tints of Mongoose #A38B70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 27.05%

R = 39.37%
G = 33.57%
B = 27.05%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.31

 K value IS 0.36

RGB Variations

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

Color information

#A38B70 (or 0xA38B70) is known color: Mongoose. HEX triplet: A3, 8B and 70. RGB value is (163,139,112). Sum of RGB (Red+Green+Blue) = 163+139+112=414 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.37% from 414); Green value is 139 (54.69% from 255 or 33.57% from 414); Blue value is 112 (44.14% from 255 or 27.05% from 414); Max value from RGB is 163 - color contains mainly: red. Hex color #A38B70 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A38B70 is #5C748F. Grayscale: #8F8F8F. Windows color (decimal): -6059152 or 7375779. OLE color: 7375779.

HSL color Cylindrical-coordinate representation of color #A38B70: hue angle of 31.76º degrees, saturation: 0.22, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A38B70 is Cyan = 0, Magento = 0.15, Yellow = 0.31 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 139 112 -
CMYK 0 0.15 0.31 0.36
HSL 31.76º 0.22% 0.54% -
HSV(B) 31.76º 0.31% 0.64% -
XYZ 27.26 27.42 19.19 -
YUV 143.1 110.45 142.2 -
System Red Green Blue C M Y K H S L
Decimal 163 139 112 0 0.15 0.31 0.36 31.76 0.22 0.54
Hex A3 8B 70 0 F 1F 24 20 16 36
Octal 243 213 160 0 17 37 44 40 26 66
Binary 10100011 10001011 1110000 0 1111 11111 100100 100000 10110 110110

Color Harmonies of #A38B70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A38B70

Black with #A38B70

Text Example


Text Example

White with #A38B70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A38B70; }

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

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

background-color css

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

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

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

border-color css

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

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

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