Html Css Color HEX #A5874A Muddy Waters

📋 copy color: '#A5874A'

red 165 ◦ green 135 ◦ blue 74

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

Shades of Muddy Waters #A5874A

Tints of Muddy Waters #A5874A

RGB

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

 GREEN value IS 135 (53.13% from 255) = 36.1%

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

R = 44.12%
G = 36.1%
B = 19.79%

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

#A5874A (or 0xA5874A) is known color: Muddy Waters. HEX triplet: A5, 87 and 4A. RGB value is (165,135,74). Sum of RGB (Red+Green+Blue) = 165+135+74=374 (49% of max value = 765). Red value is 165 (64.84% from 255 or 44.12% from 374); Green value is 135 (53.12% from 255 or 36.10% from 374); Blue value is 74 (29.30% from 255 or 19.79% from 374); Max value from RGB is 165 - color contains mainly: red. Hex color #A5874A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A5874A is #5A78B5. Grayscale: #898989. Windows color (decimal): -5929142 or 4884389. OLE color: 4884389.

HSL color Cylindrical-coordinate representation of color #A5874A: hue angle of 40.22º 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 #A5874A is Cyan = 0, Magento = 0.18, Yellow = 0.55 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 135 74 -
CMYK 0 0.18 0.55 0.35
HSL 40.22º 0.38% 0.47% -
HSV(B) 40.22º 0.55% 0.65% -
XYZ 25.42 25.82 10.12 -
YUV 137.02 92.44 147.96 -
System Red Green Blue C M Y K H S L
Decimal 165 135 74 0 0.18 0.55 0.35 40.22 0.38 0.47
Hex A5 87 4A 0 12 37 23 28 26 2F
Octal 245 207 112 0 22 67 43 50 46 57
Binary 10100101 10000111 1001010 0 10010 110111 100011 101000 100110 101111

Color Harmonies of #A5874A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5874A

Black with #A5874A

Text Example


Text Example

White with #A5874A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5874A; }

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

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

background-color css

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

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

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

border-color css

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

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

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