Html Css Color HEX #A88055 Muddy Waters

📋 copy color: '#A88055'

red 168 ◦ green 128 ◦ blue 85

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

Shades of Muddy Waters #A88055

Tints of Muddy Waters #A88055

RGB

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

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

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

R = 44.09%
G = 33.6%
B = 22.31%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.49

 K value IS 0.34

RGB Variations

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

Color information

#A88055 (or 0xA88055) is known color: Muddy Waters. HEX triplet: A8, 80 and 55. RGB value is (168,128,85). Sum of RGB (Red+Green+Blue) = 168+128+85=381 (50% of max value = 765). Red value is 168 (66.02% from 255 or 44.09% from 381); Green value is 128 (50.39% from 255 or 33.60% from 381); Blue value is 85 (33.59% from 255 or 22.31% from 381); Max value from RGB is 168 - color contains mainly: red. Hex color #A88055 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A88055 is #577FAA. Grayscale: #878787. Windows color (decimal): -5734315 or 5603496. OLE color: 5603496.

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

Color convert

RGB 168 128 85 -
CMYK 0 0.24 0.49 0.34
HSL 31.08º 0.33% 0.5% -
HSV(B) 31.08º 0.49% 0.66% -
XYZ 25.51 24.42 11.96 -
YUV 135.06 99.75 151.5 -
System Red Green Blue C M Y K H S L
Decimal 168 128 85 0 0.24 0.49 0.34 31.08 0.33 0.5
Hex A8 80 55 0 18 31 22 1F 21 32
Octal 250 200 125 0 30 61 42 37 41 62
Binary 10101000 10000000 1010101 0 11000 110001 100010 11111 100001 110010

Color Harmonies of #A88055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A88055

Black with #A88055

Text Example


Text Example

White with #A88055

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A88055; }

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

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

background-color css

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

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

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

border-color css

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

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

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