Html Css Color HEX #A38451 Muddy Waters

📋 copy color: '#A38451'

red 163 ◦ green 132 ◦ blue 81

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

Shades of Muddy Waters #A38451

Tints of Muddy Waters #A38451

RGB

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

 GREEN value IS 132 (51.95% from 255) = 35.11%

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

R = 43.35%
G = 35.11%
B = 21.54%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.50

 K value IS 0.36

RGB Variations

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

Color information

#A38451 (or 0xA38451) is known color: Muddy Waters. HEX triplet: A3, 84 and 51. RGB value is (163,132,81). Sum of RGB (Red+Green+Blue) = 163+132+81=376 (49% of max value = 765). Red value is 163 (64.06% from 255 or 43.35% from 376); Green value is 132 (51.95% from 255 or 35.11% from 376); Blue value is 81 (32.03% from 255 or 21.54% from 376); Max value from RGB is 163 - color contains mainly: red. Hex color #A38451 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A38451 is #5C7BAE. Grayscale: #878787. Windows color (decimal): -6060975 or 5342371. OLE color: 5342371.

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

Color convert

RGB 163 132 81 -
CMYK 0 0.19 0.50 0.36
HSL 37.32º 0.34% 0.48% -
HSV(B) 37.32º 0.5% 0.64% -
XYZ 24.84 24.88 11.28 -
YUV 135.46 97.27 147.65 -
System Red Green Blue C M Y K H S L
Decimal 163 132 81 0 0.19 0.50 0.36 37.32 0.34 0.48
Hex A3 84 51 0 13 32 24 25 22 30
Octal 243 204 121 0 23 62 44 45 42 60
Binary 10100011 10000100 1010001 0 10011 110010 100100 100101 100010 110000

Color Harmonies of #A38451

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A38451

Black with #A38451

Text Example


Text Example

White with #A38451

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A38451; }

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

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

background-color css

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

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

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

border-color css

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

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

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