Html Css Color HEX #A58150 Muddy Waters

📋 copy color: '#A58150'

red 165 ◦ green 129 ◦ blue 80

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

Shades of Muddy Waters #A58150

Tints of Muddy Waters #A58150

RGB

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

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

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

R = 44.12%
G = 34.49%
B = 21.39%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.52

 K value IS 0.35

RGB Variations

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

Color information

#A58150 (or 0xA58150) is known color: Muddy Waters. HEX triplet: A5, 81 and 50. RGB value is (165,129,80). Sum of RGB (Red+Green+Blue) = 165+129+80=374 (49% of max value = 765). Red value is 165 (64.84% from 255 or 44.12% from 374); Green value is 129 (50.78% from 255 or 34.49% from 374); Blue value is 80 (31.64% from 255 or 21.39% from 374); Max value from RGB is 165 - color contains mainly: red. Hex color #A58150 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A58150 is #5A7EAF. Grayscale: #868686. Windows color (decimal): -5930672 or 5276069. OLE color: 5276069.

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

Color convert

RGB 165 129 80 -
CMYK 0 0.22 0.52 0.35
HSL 34.59º 0.35% 0.48% -
HSV(B) 34.59º 0.52% 0.65% -
XYZ 24.82 24.28 10.97 -
YUV 134.18 97.43 149.98 -
System Red Green Blue C M Y K H S L
Decimal 165 129 80 0 0.22 0.52 0.35 34.59 0.35 0.48
Hex A5 81 50 0 16 34 23 23 23 30
Octal 245 201 120 0 26 64 43 43 43 60
Binary 10100101 10000001 1010000 0 10110 110100 100011 100011 100011 110000

Color Harmonies of #A58150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A58150

Black with #A58150

Text Example


Text Example

White with #A58150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A58150; }

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

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

background-color css

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

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

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

border-color css

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

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

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