Html Css Color HEX #A88148 Muddy Waters

📋 copy color: '#A88148'

red 168 ◦ green 129 ◦ blue 72

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

Shades of Muddy Waters #A88148

Tints of Muddy Waters #A88148

RGB

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

 GREEN value IS 129 (50.78% from 255) = 34.96%

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

R = 45.53%
G = 34.96%
B = 19.51%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.57

 K value IS 0.34

RGB Variations

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

Color information

#A88148 (or 0xA88148) is known color: Muddy Waters. HEX triplet: A8, 81 and 48. RGB value is (168,129,72). Sum of RGB (Red+Green+Blue) = 168+129+72=369 (48% of max value = 765). Red value is 168 (66.02% from 255 or 45.53% from 369); Green value is 129 (50.78% from 255 or 34.96% from 369); Blue value is 72 (28.52% from 255 or 19.51% from 369); Max value from RGB is 168 - color contains mainly: red. Hex color #A88148 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A88148 is #577EB7. Grayscale: #868686. Windows color (decimal): -5734072 or 4751784. OLE color: 4751784.

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

Color convert

RGB 168 129 72 -
CMYK 0 0.23 0.57 0.34
HSL 35.63º 0.4% 0.47% -
HSV(B) 35.63º 0.57% 0.66% -
XYZ 25.17 24.49 9.53 -
YUV 134.16 92.92 152.13 -
System Red Green Blue C M Y K H S L
Decimal 168 129 72 0 0.23 0.57 0.34 35.63 0.4 0.47
Hex A8 81 48 0 17 39 22 24 28 2F
Octal 250 201 110 0 27 71 42 44 50 57
Binary 10101000 10000001 1001000 0 10111 111001 100010 100100 101000 101111

Color Harmonies of #A88148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A88148

Black with #A88148

Text Example


Text Example

White with #A88148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A88148; }

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

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

background-color css

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

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

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

border-color css

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

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

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