Html Css Color HEX #A38A72 Mongoose

📋 copy color: '#A38A72'

red 163 ◦ green 138 ◦ blue 114

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

Shades of Mongoose #A38A72

Tints of Mongoose #A38A72

RGB

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

 GREEN value IS 138 (54.3% from 255) = 33.25%

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

R = 39.28%
G = 33.25%
B = 27.47%

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

#A38A72 (or 0xA38A72) is known color: Mongoose. HEX triplet: A3, 8A and 72. RGB value is (163,138,114). Sum of RGB (Red+Green+Blue) = 163+138+114=415 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.28% from 415); Green value is 138 (54.30% from 255 or 33.25% from 415); Blue value is 114 (44.92% from 255 or 27.47% from 415); Max value from RGB is 163 - color contains mainly: red. Hex color #A38A72 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A38A72 is #5C758D. Grayscale: #8E8E8E. Windows color (decimal): -6059406 or 7506595. OLE color: 7506595.

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

Color convert

RGB 163 138 114 -
CMYK 0 0.15 0.30 0.36
HSL 29.39º 0.21% 0.54% -
HSV(B) 29.39º 0.3% 0.64% -
XYZ 27.23 27.18 19.73 -
YUV 142.74 111.78 142.45 -
System Red Green Blue C M Y K H S L
Decimal 163 138 114 0 0.15 0.30 0.36 29.39 0.21 0.54
Hex A3 8A 72 0 F 1E 24 1D 15 36
Octal 243 212 162 0 17 36 44 35 25 66
Binary 10100011 10001010 1110010 0 1111 11110 100100 11101 10101 110110

Color Harmonies of #A38A72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A38A72

Black with #A38A72

Text Example


Text Example

White with #A38A72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A38A72; }

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

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

background-color css

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

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

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

border-color css

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

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

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