Html Css Color HEX #A58052 Muddy Waters

📋 copy color: '#A58052'

red 165 ◦ green 128 ◦ blue 82

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

Shades of Muddy Waters #A58052

Tints of Muddy Waters #A58052

RGB

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

 GREEN value IS 128 (50.39% from 255) = 34.13%

 BLUE value IS 82 (32.42% from 255) = 21.87%

R = 44%
G = 34.13%
B = 21.87%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.50

 K value IS 0.35

RGB Variations

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

Color information

#A58052 (or 0xA58052) is known color: Muddy Waters. HEX triplet: A5, 80 and 52. RGB value is (165,128,82). Sum of RGB (Red+Green+Blue) = 165+128+82=375 (49% of max value = 765). Red value is 165 (64.84% from 255 or 44% from 375); Green value is 128 (50.39% from 255 or 34.13% from 375); Blue value is 82 (32.42% from 255 or 21.87% from 375); Max value from RGB is 165 - color contains mainly: red. Hex color #A58052 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A58052 is #5A7FAD. Grayscale: #868686. Windows color (decimal): -5930926 or 5406885. OLE color: 5406885.

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

Color convert

RGB 165 128 82 -
CMYK 0 0.22 0.50 0.35
HSL 33.25º 0.34% 0.48% -
HSV(B) 33.25º 0.5% 0.65% -
XYZ 24.76 24.05 11.32 -
YUV 133.82 98.76 150.24 -
System Red Green Blue C M Y K H S L
Decimal 165 128 82 0 0.22 0.50 0.35 33.25 0.34 0.48
Hex A5 80 52 0 16 32 23 21 22 30
Octal 245 200 122 0 26 62 43 41 42 60
Binary 10100101 10000000 1010010 0 10110 110010 100011 100001 100010 110000

Color Harmonies of #A58052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A58052

Black with #A58052

Text Example


Text Example

White with #A58052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A58052; }

 p { color: rgb(165,128,82); }

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

background-color css

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

 a { background-color: rgb(165,128,82); }

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

border-color css

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

 span { border-color: rgb(165,128,82); }

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