Html Css Color HEX #A38448 Muddy Waters

📋 copy color: '#A38448'

red 163 ◦ green 132 ◦ blue 72

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

Shades of Muddy Waters #A38448

Tints of Muddy Waters #A38448

RGB

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

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

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

R = 44.41%
G = 35.97%
B = 19.62%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.56

 K value IS 0.36

RGB Variations

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

Color information

#A38448 (or 0xA38448) is known color: Muddy Waters. HEX triplet: A3, 84 and 48. RGB value is (163,132,72). Sum of RGB (Red+Green+Blue) = 163+132+72=367 (48% of max value = 765). Red value is 163 (64.06% from 255 or 44.41% from 367); Green value is 132 (51.95% from 255 or 35.97% from 367); Blue value is 72 (28.52% from 255 or 19.62% from 367); Max value from RGB is 163 - color contains mainly: red. Hex color #A38448 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A38448 is #5C7BB7. Grayscale: #868686. Windows color (decimal): -6060984 or 4752547. OLE color: 4752547.

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

Color convert

RGB 163 132 72 -
CMYK 0 0.19 0.56 0.36
HSL 39.56º 0.39% 0.46% -
HSV(B) 39.56º 0.56% 0.64% -
XYZ 24.53 24.76 9.62 -
YUV 134.43 92.77 148.38 -
System Red Green Blue C M Y K H S L
Decimal 163 132 72 0 0.19 0.56 0.36 39.56 0.39 0.46
Hex A3 84 48 0 13 38 24 28 27 2E
Octal 243 204 110 0 23 70 44 50 47 56
Binary 10100011 10000100 1001000 0 10011 111000 100100 101000 100111 101110

Color Harmonies of #A38448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A38448

Black with #A38448

Text Example


Text Example

White with #A38448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A38448; }

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

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

background-color css

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

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

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

border-color css

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

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

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