Html Css Color HEX #A38A6F Mongoose

📋 copy color: '#A38A6F'

red 163 ◦ green 138 ◦ blue 111

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

Shades of Mongoose #A38A6F

Tints of Mongoose #A38A6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 26.94%

R = 39.56%
G = 33.5%
B = 26.94%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.32

 K value IS 0.36

RGB Variations

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

Color information

#A38A6F (or 0xA38A6F) is known color: Mongoose. HEX triplet: A3, 8A and 6F. RGB value is (163,138,111). Sum of RGB (Red+Green+Blue) = 163+138+111=412 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.56% from 412); Green value is 138 (54.30% from 255 or 33.50% from 412); Blue value is 111 (43.75% from 255 or 26.94% from 412); Max value from RGB is 163 - color contains mainly: red. Hex color #A38A6F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A38A6F is #5C7590. Grayscale: #8E8E8E. Windows color (decimal): -6059409 or 7309987. OLE color: 7309987.

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

Color convert

RGB 163 138 111 -
CMYK 0 0.15 0.32 0.36
HSL 31.15º 0.22% 0.54% -
HSV(B) 31.15º 0.32% 0.64% -
XYZ 27.06 27.11 18.85 -
YUV 142.4 110.28 142.7 -
System Red Green Blue C M Y K H S L
Decimal 163 138 111 0 0.15 0.32 0.36 31.15 0.22 0.54
Hex A3 8A 6F 0 F 20 24 1F 16 36
Octal 243 212 157 0 17 40 44 37 26 66
Binary 10100011 10001010 1101111 0 1111 100000 100100 11111 10110 110110

Color Harmonies of #A38A6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A38A6F

Black with #A38A6F

Text Example


Text Example

White with #A38A6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A38A6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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