Html Css Color HEX #A58450 Muddy Waters

📋 copy color: '#A58450'

red 165 ◦ green 132 ◦ blue 80

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

Shades of Muddy Waters #A58450

Tints of Muddy Waters #A58450

RGB

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

 GREEN value IS 132 (51.95% from 255) = 35.01%

 BLUE value IS 80 (31.64% from 255) = 21.22%

R = 43.77%
G = 35.01%
B = 21.22%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.52

 K value IS 0.35

RGB Variations

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

Color information

#A58450 (or 0xA58450) is known color: Muddy Waters. HEX triplet: A5, 84 and 50. RGB value is (165,132,80). Sum of RGB (Red+Green+Blue) = 165+132+80=377 (49% of max value = 765). Red value is 165 (64.84% from 255 or 43.77% from 377); Green value is 132 (51.95% from 255 or 35.01% from 377); Blue value is 80 (31.64% from 255 or 21.22% from 377); Max value from RGB is 165 - color contains mainly: red. Hex color #A58450 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A58450 is #5A7BAF. Grayscale: #888888. Windows color (decimal): -5929904 or 5276837. OLE color: 5276837.

HSL color Cylindrical-coordinate representation of color #A58450: hue angle of 36.71º degrees, saturation: 0.35, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A58450 is Cyan = 0, Magento = 0.20, Yellow = 0.52 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 132 80 -
CMYK 0 0.20 0.52 0.35
HSL 36.71º 0.35% 0.48% -
HSV(B) 36.71º 0.52% 0.65% -
XYZ 25.22 25.08 11.1 -
YUV 135.94 96.43 148.73 -
System Red Green Blue C M Y K H S L
Decimal 165 132 80 0 0.20 0.52 0.35 36.71 0.35 0.48
Hex A5 84 50 0 14 34 23 25 23 30
Octal 245 204 120 0 24 64 43 45 43 60
Binary 10100101 10000100 1010000 0 10100 110100 100011 100101 100011 110000

Color Harmonies of #A58450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A58450

Black with #A58450

Text Example


Text Example

White with #A58450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A58450; }

 p { color: rgb(165,132,80); }

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

background-color css

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

 a { background-color: rgb(165,132,80); }

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

border-color css

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

 span { border-color: rgb(165,132,80); }

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