Html Css Color HEX #A4824C Muddy Waters

📋 copy color: '#A4824C'

red 164 ◦ green 130 ◦ blue 76

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

Shades of Muddy Waters #A4824C

Tints of Muddy Waters #A4824C

RGB

 RED value IS 164 (64.45% from 255) = 44.32%

 GREEN value IS 130 (51.17% from 255) = 35.14%

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

R = 44.32%
G = 35.14%
B = 20.54%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.54

 K value IS 0.36

RGB Variations

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

Color information

#A4824C (or 0xA4824C) is known color: Muddy Waters. HEX triplet: A4, 82 and 4C. RGB value is (164,130,76). Sum of RGB (Red+Green+Blue) = 164+130+76=370 (49% of max value = 765). Red value is 164 (64.45% from 255 or 44.32% from 370); Green value is 130 (51.17% from 255 or 35.14% from 370); Blue value is 76 (30.08% from 255 or 20.54% from 370); Max value from RGB is 164 - color contains mainly: red. Hex color #A4824C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A4824C is #5B7DB3. Grayscale: #868686. Windows color (decimal): -5995956 or 5014180. OLE color: 5014180.

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

Color convert

RGB 164 130 76 -
CMYK 0 0.21 0.54 0.36
HSL 36.82º 0.37% 0.47% -
HSV(B) 36.82º 0.54% 0.64% -
XYZ 24.6 24.38 10.25 -
YUV 134.01 95.26 149.39 -
System Red Green Blue C M Y K H S L
Decimal 164 130 76 0 0.21 0.54 0.36 36.82 0.37 0.47
Hex A4 82 4C 0 15 36 24 25 25 2F
Octal 244 202 114 0 25 66 44 45 45 57
Binary 10100100 10000010 1001100 0 10101 110110 100100 100101 100101 101111

Color Harmonies of #A4824C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4824C

Black with #A4824C

Text Example


Text Example

White with #A4824C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4824C; }

 p { color: rgb(164,130,76); }

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

background-color css

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

 a { background-color: rgb(164,130,76); }

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

border-color css

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

 span { border-color: rgb(164,130,76); }

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