Html Css Color HEX #A38148 Muddy Waters

📋 copy color: '#A38148'

red 163 ◦ green 129 ◦ blue 72

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

Shades of Muddy Waters #A38148

Tints of Muddy Waters #A38148

RGB

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

 GREEN value IS 129 (50.78% from 255) = 35.44%

 BLUE value IS 72 (28.52% from 255) = 19.78%

R = 44.78%
G = 35.44%
B = 19.78%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.56

 K value IS 0.36

RGB Variations

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

Color information

#A38148 (or 0xA38148) is known color: Muddy Waters. HEX triplet: A3, 81 and 48. RGB value is (163,129,72). Sum of RGB (Red+Green+Blue) = 163+129+72=364 (48% of max value = 765). Red value is 163 (64.06% from 255 or 44.78% from 364); Green value is 129 (50.78% from 255 or 35.44% from 364); Blue value is 72 (28.52% from 255 or 19.78% from 364); Max value from RGB is 163 - color contains mainly: red. Hex color #A38148 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A38148 is #5C7EB7. Grayscale: #848484. Windows color (decimal): -6061752 or 4751779. OLE color: 4751779.

HSL color Cylindrical-coordinate representation of color #A38148: hue angle of 37.58º degrees, saturation: 0.39, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A38148 is Cyan = 0, Magento = 0.21, Yellow = 0.56 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 129 72 -
CMYK 0 0.21 0.56 0.36
HSL 37.58º 0.39% 0.46% -
HSV(B) 37.58º 0.56% 0.64% -
XYZ 24.12 23.95 9.48 -
YUV 132.67 93.76 149.63 -
System Red Green Blue C M Y K H S L
Decimal 163 129 72 0 0.21 0.56 0.36 37.58 0.39 0.46
Hex A3 81 48 0 15 38 24 26 27 2E
Octal 243 201 110 0 25 70 44 46 47 56
Binary 10100011 10000001 1001000 0 10101 111000 100100 100110 100111 101110

Color Harmonies of #A38148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A38148

Black with #A38148

Text Example


Text Example

White with #A38148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A38148; }

 p { color: rgb(163,129,72); }

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

background-color css

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

 a { background-color: rgb(163,129,72); }

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

border-color css

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

 span { border-color: rgb(163,129,72); }

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