Html Css Color HEX #A3834C Muddy Waters

📋 copy color: '#A3834C'

red 163 ◦ green 131 ◦ blue 76

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

Shades of Muddy Waters #A3834C

Tints of Muddy Waters #A3834C

RGB

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

 GREEN value IS 131 (51.56% from 255) = 35.41%

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

R = 44.05%
G = 35.41%
B = 20.54%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.53

 K value IS 0.36

RGB Variations

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

Color information

#A3834C (or 0xA3834C) is known color: Muddy Waters. HEX triplet: A3, 83 and 4C. RGB value is (163,131,76). Sum of RGB (Red+Green+Blue) = 163+131+76=370 (49% of max value = 765). Red value is 163 (64.06% from 255 or 44.05% from 370); Green value is 131 (51.56% from 255 or 35.41% from 370); Blue value is 76 (30.08% from 255 or 20.54% from 370); Max value from RGB is 163 - color contains mainly: red. Hex color #A3834C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A3834C is #5C7CB3. Grayscale: #868686. Windows color (decimal): -6061236 or 5014435. OLE color: 5014435.

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

Color convert

RGB 163 131 76 -
CMYK 0 0.20 0.53 0.36
HSL 37.93º 0.36% 0.47% -
HSV(B) 37.93º 0.53% 0.64% -
XYZ 24.53 24.54 10.28 -
YUV 134.3 95.1 148.47 -
System Red Green Blue C M Y K H S L
Decimal 163 131 76 0 0.20 0.53 0.36 37.93 0.36 0.47
Hex A3 83 4C 0 14 35 24 26 24 2F
Octal 243 203 114 0 24 65 44 46 44 57
Binary 10100011 10000011 1001100 0 10100 110101 100100 100110 100100 101111

Color Harmonies of #A3834C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3834C

Black with #A3834C

Text Example


Text Example

White with #A3834C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3834C; }

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

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

background-color css

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

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

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

border-color css

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

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

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