Html Css Color HEX #A88048 Muddy Waters

📋 copy color: '#A88048'

red 168 ◦ green 128 ◦ blue 72

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

Shades of Muddy Waters #A88048

Tints of Muddy Waters #A88048

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 19.57%

R = 45.65%
G = 34.78%
B = 19.57%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.57

 K value IS 0.34

RGB Variations

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

Color information

#A88048 (or 0xA88048) is known color: Muddy Waters. HEX triplet: A8, 80 and 48. RGB value is (168,128,72). Sum of RGB (Red+Green+Blue) = 168+128+72=368 (48% of max value = 765). Red value is 168 (66.02% from 255 or 45.65% from 368); Green value is 128 (50.39% from 255 or 34.78% from 368); Blue value is 72 (28.52% from 255 or 19.57% from 368); Max value from RGB is 168 - color contains mainly: red. Hex color #A88048 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A88048 is #577FB7. Grayscale: #858585. Windows color (decimal): -5734328 or 4751528. OLE color: 4751528.

HSL color Cylindrical-coordinate representation of color #A88048: hue angle of 35º degrees, saturation: 0.4, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A88048 is Cyan = 0, Magento = 0.24, Yellow = 0.57 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 128 72 -
CMYK 0 0.24 0.57 0.34
HSL 35º 0.4% 0.47% -
HSV(B) 35º 0.57% 0.66% -
XYZ 25.04 24.23 9.49 -
YUV 133.58 93.25 152.55 -
System Red Green Blue C M Y K H S L
Decimal 168 128 72 0 0.24 0.57 0.34 35 0.4 0.47
Hex A8 80 48 0 18 39 22 23 28 2F
Octal 250 200 110 0 30 71 42 43 50 57
Binary 10101000 10000000 1001000 0 11000 111001 100010 100011 101000 101111

Color Harmonies of #A88048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A88048

Black with #A88048

Text Example


Text Example

White with #A88048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A88048; }

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

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

background-color css

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

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

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

border-color css

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

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

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