Html Css Color HEX #A88352 Muddy Waters

📋 copy color: '#A88352'

red 168 ◦ green 131 ◦ blue 82

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

Shades of Muddy Waters #A88352

Tints of Muddy Waters #A88352

RGB

 RED value IS 168 (66.02% from 255) = 44.09%

 GREEN value IS 131 (51.56% from 255) = 34.38%

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

R = 44.09%
G = 34.38%
B = 21.52%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.51

 K value IS 0.34

RGB Variations

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

Color information

#A88352 (or 0xA88352) is known color: Muddy Waters. HEX triplet: A8, 83 and 52. RGB value is (168,131,82). Sum of RGB (Red+Green+Blue) = 168+131+82=381 (50% of max value = 765). Red value is 168 (66.02% from 255 or 44.09% from 381); Green value is 131 (51.56% from 255 or 34.38% from 381); Blue value is 82 (32.42% from 255 or 21.52% from 381); Max value from RGB is 168 - color contains mainly: red. Hex color #A88352 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A88352 is #577CAD. Grayscale: #888888. Windows color (decimal): -5733550 or 5407656. OLE color: 5407656.

HSL color Cylindrical-coordinate representation of color #A88352: hue angle of 34.19º degrees, saturation: 0.34, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A88352 is Cyan = 0, Magento = 0.22, Yellow = 0.51 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 131 82 -
CMYK 0 0.22 0.51 0.34
HSL 34.19º 0.34% 0.49% -
HSV(B) 34.19º 0.51% 0.66% -
XYZ 25.79 25.17 11.48 -
YUV 136.48 97.26 150.48 -
System Red Green Blue C M Y K H S L
Decimal 168 131 82 0 0.22 0.51 0.34 34.19 0.34 0.49
Hex A8 83 52 0 16 33 22 22 22 31
Octal 250 203 122 0 26 63 42 42 42 61
Binary 10101000 10000011 1010010 0 10110 110011 100010 100010 100010 110001

Color Harmonies of #A88352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A88352

Black with #A88352

Text Example


Text Example

White with #A88352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A88352; }

 p { color: rgb(168,131,82); }

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

background-color css

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

 a { background-color: rgb(168,131,82); }

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

border-color css

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

 span { border-color: rgb(168,131,82); }

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