Html Css Color HEX #A38B72 Mongoose

📋 copy color: '#A38B72'

red 163 ◦ green 139 ◦ blue 114

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

Shades of Mongoose #A38B72

Tints of Mongoose #A38B72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 27.4%

R = 39.18%
G = 33.41%
B = 27.4%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.30

 K value IS 0.36

RGB Variations

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

Color information

#A38B72 (or 0xA38B72) is known color: Mongoose. HEX triplet: A3, 8B and 72. RGB value is (163,139,114). Sum of RGB (Red+Green+Blue) = 163+139+114=416 (55% of max value = 765). Red value is 163 (64.06% from 255 or 39.18% from 416); Green value is 139 (54.69% from 255 or 33.41% from 416); Blue value is 114 (44.92% from 255 or 27.40% from 416); Max value from RGB is 163 - color contains mainly: red. Hex color #A38B72 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A38B72 is #5C748D. Grayscale: #8F8F8F. Windows color (decimal): -6059150 or 7506851. OLE color: 7506851.

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

Color convert

RGB 163 139 114 -
CMYK 0 0.15 0.30 0.36
HSL 30.61º 0.21% 0.54% -
HSV(B) 30.61º 0.3% 0.64% -
XYZ 27.37 27.47 19.78 -
YUV 143.33 111.45 142.03 -
System Red Green Blue C M Y K H S L
Decimal 163 139 114 0 0.15 0.30 0.36 30.61 0.21 0.54
Hex A3 8B 72 0 F 1E 24 1F 15 36
Octal 243 213 162 0 17 36 44 37 25 66
Binary 10100011 10001011 1110010 0 1111 11110 100100 11111 10101 110110

Color Harmonies of #A38B72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A38B72

Black with #A38B72

Text Example


Text Example

White with #A38B72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A38B72; }

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

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

background-color css

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

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

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

border-color css

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

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

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