Html Css Color HEX #A88145 Muddy Waters

📋 copy color: '#A88145'

red 168 ◦ green 129 ◦ blue 69

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

Shades of Muddy Waters #A88145

Tints of Muddy Waters #A88145

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 18.85%

R = 45.9%
G = 35.25%
B = 18.85%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.59

 K value IS 0.34

RGB Variations

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

Color information

#A88145 (or 0xA88145) is known color: Muddy Waters. HEX triplet: A8, 81 and 45. RGB value is (168,129,69). Sum of RGB (Red+Green+Blue) = 168+129+69=366 (48% of max value = 765). Red value is 168 (66.02% from 255 or 45.90% from 366); Green value is 129 (50.78% from 255 or 35.25% from 366); Blue value is 69 (27.34% from 255 or 18.85% from 366); Max value from RGB is 168 - color contains mainly: red. Hex color #A88145 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A88145 is #577EBA. Grayscale: #868686. Windows color (decimal): -5734075 or 4555176. OLE color: 4555176.

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

Color convert

RGB 168 129 69 -
CMYK 0 0.23 0.59 0.34
HSL 36.36º 0.42% 0.46% -
HSV(B) 36.36º 0.59% 0.66% -
XYZ 25.07 24.46 9.03 -
YUV 133.82 91.42 152.38 -
System Red Green Blue C M Y K H S L
Decimal 168 129 69 0 0.23 0.59 0.34 36.36 0.42 0.46
Hex A8 81 45 0 17 3B 22 24 2A 2E
Octal 250 201 105 0 27 73 42 44 52 56
Binary 10101000 10000001 1000101 0 10111 111011 100010 100100 101010 101110

Color Harmonies of #A88145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A88145

Black with #A88145

Text Example


Text Example

White with #A88145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A88145; }

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

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

background-color css

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

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

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

border-color css

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

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

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