Html Css Color HEX #A4814A Muddy Waters

📋 copy color: '#A4814A'

red 164 ◦ green 129 ◦ blue 74

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

Shades of Muddy Waters #A4814A

Tints of Muddy Waters #A4814A

RGB

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

 GREEN value IS 129 (50.78% from 255) = 35.15%

 BLUE value IS 74 (29.3% from 255) = 20.16%

R = 44.69%
G = 35.15%
B = 20.16%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.55

 K value IS 0.36

RGB Variations

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

Color information

#A4814A (or 0xA4814A) is known color: Muddy Waters. HEX triplet: A4, 81 and 4A. RGB value is (164,129,74). Sum of RGB (Red+Green+Blue) = 164+129+74=367 (48% of max value = 765). Red value is 164 (64.45% from 255 or 44.69% from 367); Green value is 129 (50.78% from 255 or 35.15% from 367); Blue value is 74 (29.30% from 255 or 20.16% from 367); Max value from RGB is 164 - color contains mainly: red. Hex color #A4814A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A4814A is #5B7EB5. Grayscale: #858585. Windows color (decimal): -5996214 or 4882852. OLE color: 4882852.

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

Color convert

RGB 164 129 74 -
CMYK 0 0.21 0.55 0.36
HSL 36.67º 0.38% 0.47% -
HSV(B) 36.67º 0.55% 0.64% -
XYZ 24.4 24.09 9.84 -
YUV 133.2 94.6 149.97 -
System Red Green Blue C M Y K H S L
Decimal 164 129 74 0 0.21 0.55 0.36 36.67 0.38 0.47
Hex A4 81 4A 0 15 37 24 25 26 2F
Octal 244 201 112 0 25 67 44 45 46 57
Binary 10100100 10000001 1001010 0 10101 110111 100100 100101 100110 101111

Color Harmonies of #A4814A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4814A

Black with #A4814A

Text Example


Text Example

White with #A4814A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4814A; }

 p { color: rgb(164,129,74); }

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

background-color css

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

 a { background-color: rgb(164,129,74); }

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

border-color css

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

 span { border-color: rgb(164,129,74); }

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