Html Css Color HEX #A38A70 Mongoose

📋 copy color: '#A38A70'

red 163 ◦ green 138 ◦ blue 112

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

Shades of Mongoose #A38A70

Tints of Mongoose #A38A70

RGB

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

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

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

R = 39.47%
G = 33.41%
B = 27.12%

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

#A38A70 (or 0xA38A70) is known color: Mongoose. HEX triplet: A3, 8A and 70. RGB value is (163,138,112). Sum of RGB (Red+Green+Blue) = 163+138+112=413 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.47% from 413); Green value is 138 (54.30% from 255 or 33.41% from 413); Blue value is 112 (44.14% from 255 or 27.12% from 413); Max value from RGB is 163 - color contains mainly: red. Hex color #A38A70 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A38A70 is #5C758F. Grayscale: #8E8E8E. Windows color (decimal): -6059408 or 7375523. OLE color: 7375523.

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

Color convert

RGB 163 138 112 -
CMYK 0 0.15 0.31 0.36
HSL 30.59º 0.22% 0.54% -
HSV(B) 30.59º 0.31% 0.64% -
XYZ 27.12 27.13 19.14 -
YUV 142.51 110.78 142.61 -
System Red Green Blue C M Y K H S L
Decimal 163 138 112 0 0.15 0.31 0.36 30.59 0.22 0.54
Hex A3 8A 70 0 F 1F 24 1F 16 36
Octal 243 212 160 0 17 37 44 37 26 66
Binary 10100011 10001010 1110000 0 1111 11111 100100 11111 10110 110110

Color Harmonies of #A38A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A38A70

Black with #A38A70

Text Example


Text Example

White with #A38A70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A38A70; }

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

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

background-color css

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

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

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

border-color css

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

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

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