Html Css Color HEX #A88255 Muddy Waters

📋 copy color: '#A88255'

red 168 ◦ green 130 ◦ blue 85

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

Shades of Muddy Waters #A88255

Tints of Muddy Waters #A88255

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 22.19%

R = 43.86%
G = 33.94%
B = 22.19%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.49

 K value IS 0.34

RGB Variations

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

Color information

#A88255 (or 0xA88255) is known color: Muddy Waters. HEX triplet: A8, 82 and 55. RGB value is (168,130,85). Sum of RGB (Red+Green+Blue) = 168+130+85=383 (50% of max value = 765). Red value is 168 (66.02% from 255 or 43.86% from 383); Green value is 130 (51.17% from 255 or 33.94% from 383); Blue value is 85 (33.59% from 255 or 22.19% from 383); Max value from RGB is 168 - color contains mainly: red. Hex color #A88255 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A88255 is #577DAA. Grayscale: #888888. Windows color (decimal): -5733803 or 5604008. OLE color: 5604008.

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

Color convert

RGB 168 130 85 -
CMYK 0 0.23 0.49 0.34
HSL 32.53º 0.33% 0.5% -
HSV(B) 32.53º 0.49% 0.66% -
XYZ 25.77 24.95 12.05 -
YUV 136.23 99.09 150.66 -
System Red Green Blue C M Y K H S L
Decimal 168 130 85 0 0.23 0.49 0.34 32.53 0.33 0.5
Hex A8 82 55 0 17 31 22 21 21 32
Octal 250 202 125 0 27 61 42 41 41 62
Binary 10101000 10000010 1010101 0 10111 110001 100010 100001 100001 110010

Color Harmonies of #A88255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A88255

Black with #A88255

Text Example


Text Example

White with #A88255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A88255; }

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

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

background-color css

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

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

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

border-color css

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

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

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