#A27F44

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

Shades of Muddy Waters #A27F44

Tints of Muddy Waters #A27F44

Color information

#A27F44 (or 0xA27F44) is unknown color: approx Muddy Waters. HEX triplet: A2, 7F and 44. RGB value is (162,127,68). Sum of RGB (Red+Green+Blue) = 162+127+68=357 (47% of max value = 765). Red value is 162 (63.67% from 255 or 45.38% from 357); Green value is 127 (50% from 255 or 35.57% from 357); Blue value is 68 (26.95% from 255 or 19.05% from 357); Max value from RGB is 162 - color contains mainly: red. Hex color #A27F44 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A27F44 is #5D80BB. Grayscale: #838383. Windows color (decimal): -6127804 or 4489122. OLE color: 4489122.

HSL color Cylindrical-coordinate representation of color #A27F44: hue angle of 37.66º 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 #A27F44 is Cyan = 0, Magento = 0.22, Yellow = 0.58 and Black (K on CMYK) = 0.36.

Color convert

RGB16212768-
CMYK00.220.580.36
HSL37.66º40.87%45.1%-
HSV(B)37.66º58.02%63.53%-
XYZ23.5323.288.72-
YUV130.7492.6150.3-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 45.38%
GREEN value IS 127 (50% from 255) = 35.57%
BLUE value IS 68 (26.95% from 255) = 19.05%
R=45.38%
G=35.57%
B=19.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.58
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621276800.220.580.3637.6640.8745.1
HexA27F440163A2426292d
Octal2421771040267244465155
Binary1010001011111111000100010110111010100100100110101001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A27F44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A27F44; }

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

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

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

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

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

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

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

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