Html Css Color HEX #A58652 Muddy Waters

📋 copy color: '#A58652'

red 165 ◦ green 134 ◦ blue 82

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

Shades of Muddy Waters #A58652

Tints of Muddy Waters #A58652

RGB

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

 GREEN value IS 134 (52.73% from 255) = 35.17%

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

R = 43.31%
G = 35.17%
B = 21.52%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.50

 K value IS 0.35

RGB Variations

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

Color information

#A58652 (or 0xA58652) is known color: Muddy Waters. HEX triplet: A5, 86 and 52. RGB value is (165,134,82). Sum of RGB (Red+Green+Blue) = 165+134+82=381 (50% of max value = 765). Red value is 165 (64.84% from 255 or 43.31% from 381); Green value is 134 (52.73% from 255 or 35.17% from 381); Blue value is 82 (32.42% from 255 or 21.52% from 381); Max value from RGB is 165 - color contains mainly: red. Hex color #A58652 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A58652 is #5A79AD. Grayscale: #898989. Windows color (decimal): -5929390 or 5408421. OLE color: 5408421.

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

Color convert

RGB 165 134 82 -
CMYK 0 0.19 0.50 0.35
HSL 37.59º 0.34% 0.48% -
HSV(B) 37.59º 0.5% 0.65% -
XYZ 25.57 25.66 11.59 -
YUV 137.34 96.77 147.73 -
System Red Green Blue C M Y K H S L
Decimal 165 134 82 0 0.19 0.50 0.35 37.59 0.34 0.48
Hex A5 86 52 0 13 32 23 26 22 30
Octal 245 206 122 0 23 62 43 46 42 60
Binary 10100101 10000110 1010010 0 10011 110010 100011 100110 100010 110000

Color Harmonies of #A58652

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A58652

Black with #A58652

Text Example


Text Example

White with #A58652

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A58652; }

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

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

background-color css

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

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

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

border-color css

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

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

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