Html Css Color HEX #A38970 Mongoose

📋 copy color: '#A38970'

red 163 ◦ green 137 ◦ blue 112

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

Shades of Mongoose #A38970

Tints of Mongoose #A38970

RGB

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

 GREEN value IS 137 (53.91% from 255) = 33.25%

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

R = 39.56%
G = 33.25%
B = 27.18%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.31

 K value IS 0.36

RGB Variations

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

Color information

#A38970 (or 0xA38970) is known color: Mongoose. HEX triplet: A3, 89 and 70. RGB value is (163,137,112). Sum of RGB (Red+Green+Blue) = 163+137+112=412 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.56% from 412); Green value is 137 (53.91% from 255 or 33.25% from 412); Blue value is 112 (44.14% from 255 or 27.18% from 412); Max value from RGB is 163 - color contains mainly: red. Hex color #A38970 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A38970 is #5C768F. Grayscale: #8E8E8E. Windows color (decimal): -6059664 or 7375267. OLE color: 7375267.

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

Color convert

RGB 163 137 112 -
CMYK 0 0.16 0.31 0.36
HSL 29.41º 0.22% 0.54% -
HSV(B) 29.41º 0.31% 0.64% -
XYZ 26.97 26.85 19.09 -
YUV 141.92 111.11 143.03 -
System Red Green Blue C M Y K H S L
Decimal 163 137 112 0 0.16 0.31 0.36 29.41 0.22 0.54
Hex A3 89 70 0 10 1F 24 1D 16 36
Octal 243 211 160 0 20 37 44 35 26 66
Binary 10100011 10001001 1110000 0 10000 11111 100100 11101 10110 110110

Color Harmonies of #A38970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A38970

Black with #A38970

Text Example


Text Example

White with #A38970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A38970; }

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

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

background-color css

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

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

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

border-color css

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

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

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