Html Css Color HEX #A5884D Muddy Waters

📋 copy color: '#A5884D'

red 165 ◦ green 136 ◦ blue 77

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

Shades of Muddy Waters #A5884D

Tints of Muddy Waters #A5884D

RGB

 RED value IS 165 (64.84% from 255) = 43.65%

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

 BLUE value IS 77 (30.47% from 255) = 20.37%

R = 43.65%
G = 35.98%
B = 20.37%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.53

 K value IS 0.35

RGB Variations

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

Color information

#A5884D (or 0xA5884D) is known color: Muddy Waters. HEX triplet: A5, 88 and 4D. RGB value is (165,136,77). Sum of RGB (Red+Green+Blue) = 165+136+77=378 (50% of max value = 765). Red value is 165 (64.84% from 255 or 43.65% from 378); Green value is 136 (53.52% from 255 or 35.98% from 378); Blue value is 77 (30.47% from 255 or 20.37% from 378); Max value from RGB is 165 - color contains mainly: red. Hex color #A5884D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5884D is #5A77B2. Grayscale: #8A8A8A. Windows color (decimal): -5928883 or 5081253. OLE color: 5081253.

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

Color convert

RGB 165 136 77 -
CMYK 0 0.18 0.53 0.35
HSL 40.23º 0.36% 0.47% -
HSV(B) 40.23º 0.53% 0.65% -
XYZ 25.66 26.14 10.71 -
YUV 137.95 93.61 147.3 -
System Red Green Blue C M Y K H S L
Decimal 165 136 77 0 0.18 0.53 0.35 40.23 0.36 0.47
Hex A5 88 4D 0 12 35 23 28 24 2F
Octal 245 210 115 0 22 65 43 50 44 57
Binary 10100101 10001000 1001101 0 10010 110101 100011 101000 100100 101111

Color Harmonies of #A5884D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5884D

Black with #A5884D

Text Example


Text Example

White with #A5884D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5884D; }

 p { color: rgb(165,136,77); }

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

background-color css

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

 a { background-color: rgb(165,136,77); }

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

border-color css

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

 span { border-color: rgb(165,136,77); }

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