#A88150

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

Shades of Muddy Waters #A88150

Tints of Muddy Waters #A88150

Color information

#A88150 (or 0xA88150) is unknown color: approx Muddy Waters. HEX triplet: A8, 81 and 50. RGB value is (168,129,80). Sum of RGB (Red+Green+Blue) = 168+129+80=377 (49% of max value = 765). Red value is 168 (66.02% from 255 or 44.56% from 377); Green value is 129 (50.78% from 255 or 34.22% from 377); Blue value is 80 (31.64% from 255 or 21.22% from 377); Max value from RGB is 168 - color contains mainly: red. Hex color #A88150 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A88150 is #577EAF. Grayscale: #878787. Windows color (decimal): -5734064 or 5276072. OLE color: 5276072.

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

Color convert

RGB16812980-
CMYK00.230.520.34
HSL33.41º35.48%48.63%-
HSV(B)33.41º52.38%65.88%-
XYZ25.4524.611-
YUV135.0796.92151.48-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 44.56%
GREEN value IS 129 (50.78% from 255) = 34.22%
BLUE value IS 80 (31.64% from 255) = 21.22%
R=44.56%
G=34.22%
B=21.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.52
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1681298000.230.520.3433.4135.4848.63
HexA881500173422212331
Octal2502011200276442414361
Binary10101000100000011010000010111110100100010100001100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A88150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A88150; }

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

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

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

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

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

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

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

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