Html Css Color HEX #A38551 Muddy Waters

📋 copy color: '#A38551'

red 163 ◦ green 133 ◦ blue 81

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

Shades of Muddy Waters #A38551

Tints of Muddy Waters #A38551

RGB

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

 GREEN value IS 133 (52.34% from 255) = 35.28%

 BLUE value IS 81 (32.03% from 255) = 21.49%

R = 43.24%
G = 35.28%
B = 21.49%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.50

 K value IS 0.36

RGB Variations

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

Color information

#A38551 (or 0xA38551) is known color: Muddy Waters. HEX triplet: A3, 85 and 51. RGB value is (163,133,81). Sum of RGB (Red+Green+Blue) = 163+133+81=377 (49% of max value = 765). Red value is 163 (64.06% from 255 or 43.24% from 377); Green value is 133 (52.34% from 255 or 35.28% from 377); Blue value is 81 (32.03% from 255 or 21.49% from 377); Max value from RGB is 163 - color contains mainly: red. Hex color #A38551 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A38551 is #5C7AAE. Grayscale: #888888. Windows color (decimal): -6060719 or 5342627. OLE color: 5342627.

HSL color Cylindrical-coordinate representation of color #A38551: hue angle of 38.05º degrees, saturation: 0.34, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A38551 is Cyan = 0, Magento = 0.18, Yellow = 0.50 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 133 81 -
CMYK 0 0.18 0.50 0.36
HSL 38.05º 0.34% 0.48% -
HSV(B) 38.05º 0.5% 0.64% -
XYZ 24.98 25.16 11.32 -
YUV 136.04 96.94 147.23 -
System Red Green Blue C M Y K H S L
Decimal 163 133 81 0 0.18 0.50 0.36 38.05 0.34 0.48
Hex A3 85 51 0 12 32 24 26 22 30
Octal 243 205 121 0 22 62 44 46 42 60
Binary 10100011 10000101 1010001 0 10010 110010 100100 100110 100010 110000

Color Harmonies of #A38551

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A38551

Black with #A38551

Text Example


Text Example

White with #A38551

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A38551; }

 p { color: rgb(163,133,81); }

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

background-color css

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

 a { background-color: rgb(163,133,81); }

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

border-color css

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

 span { border-color: rgb(163,133,81); }

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