Html Css Color HEX #A88253 Muddy Waters

📋 copy color: '#A88253'

red 168 ◦ green 130 ◦ blue 83

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

Shades of Muddy Waters #A88253

Tints of Muddy Waters #A88253

RGB

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

 GREEN value IS 130 (51.17% from 255) = 34.12%

 BLUE value IS 83 (32.81% from 255) = 21.78%

R = 44.09%
G = 34.12%
B = 21.78%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.51

 K value IS 0.34

RGB Variations

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

Color information

#A88253 (or 0xA88253) is known color: Muddy Waters. HEX triplet: A8, 82 and 53. RGB value is (168,130,83). Sum of RGB (Red+Green+Blue) = 168+130+83=381 (50% of max value = 765). Red value is 168 (66.02% from 255 or 44.09% from 381); Green value is 130 (51.17% from 255 or 34.12% from 381); Blue value is 83 (32.81% from 255 or 21.78% from 381); Max value from RGB is 168 - color contains mainly: red. Hex color #A88253 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A88253 is #577DAC. Grayscale: #888888. Windows color (decimal): -5733805 or 5472936. OLE color: 5472936.

HSL color Cylindrical-coordinate representation of color #A88253: hue angle of 33.18º 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 #A88253 is Cyan = 0, Magento = 0.23, Yellow = 0.51 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 130 83 -
CMYK 0 0.23 0.51 0.34
HSL 33.18º 0.34% 0.49% -
HSV(B) 33.18º 0.51% 0.66% -
XYZ 25.69 24.91 11.64 -
YUV 136 98.09 150.82 -
System Red Green Blue C M Y K H S L
Decimal 168 130 83 0 0.23 0.51 0.34 33.18 0.34 0.49
Hex A8 82 53 0 17 33 22 21 22 31
Octal 250 202 123 0 27 63 42 41 42 61
Binary 10101000 10000010 1010011 0 10111 110011 100010 100001 100010 110001

Color Harmonies of #A88253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A88253

Black with #A88253

Text Example


Text Example

White with #A88253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A88253; }

 p { color: rgb(168,130,83); }

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

background-color css

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

 a { background-color: rgb(168,130,83); }

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

border-color css

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

 span { border-color: rgb(168,130,83); }

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