Html Css Color HEX #A5884A Muddy Waters

📋 copy color: '#A5884A'

red 165 ◦ green 136 ◦ blue 74

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

Shades of Muddy Waters #A5884A

Tints of Muddy Waters #A5884A

RGB

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

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

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

R = 44%
G = 36.27%
B = 19.73%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.55

 K value IS 0.35

RGB Variations

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

Color information

#A5884A (or 0xA5884A) is known color: Muddy Waters. HEX triplet: A5, 88 and 4A. RGB value is (165,136,74). Sum of RGB (Red+Green+Blue) = 165+136+74=375 (49% of max value = 765). Red value is 165 (64.84% from 255 or 44% from 375); Green value is 136 (53.52% from 255 or 36.27% from 375); Blue value is 74 (29.30% from 255 or 19.73% from 375); Max value from RGB is 165 - color contains mainly: red. Hex color #A5884A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A5884A is #5A77B5. Grayscale: #898989. Windows color (decimal): -5928886 or 4884645. OLE color: 4884645.

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

Color convert

RGB 165 136 74 -
CMYK 0 0.18 0.55 0.35
HSL 40.88º 0.38% 0.47% -
HSV(B) 40.88º 0.55% 0.65% -
XYZ 25.56 26.1 10.17 -
YUV 137.6 92.11 147.54 -
System Red Green Blue C M Y K H S L
Decimal 165 136 74 0 0.18 0.55 0.35 40.88 0.38 0.47
Hex A5 88 4A 0 12 37 23 29 26 2F
Octal 245 210 112 0 22 67 43 51 46 57
Binary 10100101 10001000 1001010 0 10010 110111 100011 101001 100110 101111

Color Harmonies of #A5884A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5884A

Black with #A5884A

Text Example


Text Example

White with #A5884A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5884A; }

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

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

background-color css

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

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

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

border-color css

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

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

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