Html Css Color HEX #A3884C Muddy Waters

📋 copy color: '#A3884C'

red 163 ◦ green 136 ◦ blue 76

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

Shades of Muddy Waters #A3884C

Tints of Muddy Waters #A3884C

RGB

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

 GREEN value IS 136 (53.52% from 255) = 36.27%

 BLUE value IS 76 (30.08% from 255) = 20.27%

R = 43.47%
G = 36.27%
B = 20.27%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.53

 K value IS 0.36

RGB Variations

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

Color information

#A3884C (or 0xA3884C) is known color: Muddy Waters. HEX triplet: A3, 88 and 4C. RGB value is (163,136,76). Sum of RGB (Red+Green+Blue) = 163+136+76=375 (49% of max value = 765). Red value is 163 (64.06% from 255 or 43.47% from 375); Green value is 136 (53.52% from 255 or 36.27% from 375); Blue value is 76 (30.08% from 255 or 20.27% from 375); Max value from RGB is 163 - color contains mainly: red. Hex color #A3884C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A3884C is #5C77B3. Grayscale: #898989. Windows color (decimal): -6059956 or 5015715. OLE color: 5015715.

HSL color Cylindrical-coordinate representation of color #A3884C: hue angle of 41.38º degrees, saturation: 0.36, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A3884C is Cyan = 0, Magento = 0.17, Yellow = 0.53 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 136 76 -
CMYK 0 0.17 0.53 0.36
HSL 41.38º 0.36% 0.47% -
HSV(B) 41.38º 0.53% 0.64% -
XYZ 25.21 25.92 10.51 -
YUV 137.23 93.45 146.38 -
System Red Green Blue C M Y K H S L
Decimal 163 136 76 0 0.17 0.53 0.36 41.38 0.36 0.47
Hex A3 88 4C 0 11 35 24 29 24 2F
Octal 243 210 114 0 21 65 44 51 44 57
Binary 10100011 10001000 1001100 0 10001 110101 100100 101001 100100 101111

Color Harmonies of #A3884C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3884C

Black with #A3884C

Text Example


Text Example

White with #A3884C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3884C; }

 p { color: rgb(163,136,76); }

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

background-color css

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

 a { background-color: rgb(163,136,76); }

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

border-color css

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

 span { border-color: rgb(163,136,76); }

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