#A8814A

Color #A8814A Muddy Waters (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Muddy Waters #A8814A

Tints of Muddy Waters #A8814A

Color information

#A8814A (or 0xA8814A) is unknown color: approx Muddy Waters. HEX triplet: A8, 81 and 4A. RGB value is (168,129,74). Sum of RGB (Red+Green+Blue) = 168+129+74=371 (49% of max value = 765). Red value is 168 (66.02% from 255 or 45.28% from 371); Green value is 129 (50.78% from 255 or 34.77% from 371); Blue value is 74 (29.30% from 255 or 19.95% from 371); Max value from RGB is 168 - color contains mainly: red. Hex color #A8814A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A8814A is #577EB5. Grayscale: #868686. Windows color (decimal): -5734070 or 4882856. OLE color: 4882856.

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

Color convert

RGB16812974-
CMYK00.230.560.34
HSL35.11º38.84%47.45%-
HSV(B)35.11º55.95%65.88%-
XYZ25.2324.529.88-
YUV134.3993.92151.97-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 45.28%
GREEN value IS 129 (50.78% from 255) = 34.77%
BLUE value IS 74 (29.30% from 255) = 19.95%
R=45.28%
G=34.77%
B=19.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.56
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1681297400.230.560.3435.1138.8447.45
HexA8814A017382223272f
Octal2502011120277042434757
Binary10101000100000011001010010111111000100010100011100111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8814A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8814A; }

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

 H1.HeaderClassName
 {
   color: #A8814A;
 }
 .AnyTagClassName
 {
   color: #A8814A;
 }
</style>
background-color css

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

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

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

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

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

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