#A27D44

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

Shades of Muddy Waters #A27D44

Tints of Muddy Waters #A27D44

Color information

#A27D44 (or 0xA27D44) is unknown color: approx Muddy Waters. HEX triplet: A2, 7D and 44. RGB value is (162,125,68). Sum of RGB (Red+Green+Blue) = 162+125+68=355 (47% of max value = 765). Red value is 162 (63.67% from 255 or 45.63% from 355); Green value is 125 (49.22% from 255 or 35.21% from 355); Blue value is 68 (26.95% from 255 or 19.15% from 355); Max value from RGB is 162 - color contains mainly: red. Hex color #A27D44 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A27D44 is #5D82BB. Grayscale: #818181. Windows color (decimal): -6128316 or 4488610. OLE color: 4488610.

HSL color Cylindrical-coordinate representation of color #A27D44: hue angle of 36.38º degrees, saturation: 0.41, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A27D44 is Cyan = 0, Magento = 0.23, Yellow = 0.58 and Black (K on CMYK) = 0.36.

Color convert

RGB16212568-
CMYK00.230.580.36
HSL36.38º40.87%45.1%-
HSV(B)36.38º58.02%63.53%-
XYZ23.2822.778.64-
YUV129.5693.26151.13-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 45.63%
GREEN value IS 125 (49.22% from 255) = 35.21%
BLUE value IS 68 (26.95% from 255) = 19.15%
R=45.63%
G=35.21%
B=19.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.58
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621256800.230.580.3636.3840.8745.1
HexA27D440173A2424292d
Octal2421751040277244445155
Binary1010001011111011000100010111111010100100100100101001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A27D44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A27D44; }

 p { color: rgb(162,125,68); }

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

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

 a { background-color: rgb(162,125,68); }

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

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

 span { border-color: rgb(162,125,68); }

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