Html Css Color HEX #A27F47 Muddy Waters

📋 copy color: '#A27F47'

red 162 ◦ green 127 ◦ blue 71

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

Shades of Muddy Waters #A27F47

Tints of Muddy Waters #A27F47

RGB

 RED value IS 162 (63.67% from 255) = 45%

 GREEN value IS 127 (50% from 255) = 35.28%

 BLUE value IS 71 (28.13% from 255) = 19.72%

R = 45%
G = 35.28%
B = 19.72%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.56

 K value IS 0.36

RGB Variations

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

Color information

#A27F47 (or 0xA27F47) is known color: Muddy Waters. HEX triplet: A2, 7F and 47. RGB value is (162,127,71). Sum of RGB (Red+Green+Blue) = 162+127+71=360 (47% of max value = 765). Red value is 162 (63.67% from 255 or 45% from 360); Green value is 127 (50% from 255 or 35.28% from 360); Blue value is 71 (28.12% from 255 or 19.72% from 360); Max value from RGB is 162 - color contains mainly: red. Hex color #A27F47 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A27F47 is #5D80B8. Grayscale: #838383. Windows color (decimal): -6127801 or 4685730. OLE color: 4685730.

HSL color Cylindrical-coordinate representation of color #A27F47: hue angle of 36.92º degrees, saturation: 0.39, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A27F47 is Cyan = 0, Magento = 0.22, Yellow = 0.56 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 127 71 -
CMYK 0 0.22 0.56 0.36
HSL 36.92º 0.39% 0.46% -
HSV(B) 36.92º 0.56% 0.64% -
XYZ 23.63 23.32 9.22 -
YUV 131.08 94.1 150.05 -
System Red Green Blue C M Y K H S L
Decimal 162 127 71 0 0.22 0.56 0.36 36.92 0.39 0.46
Hex A2 7F 47 0 16 38 24 25 27 2E
Octal 242 177 107 0 26 70 44 45 47 56
Binary 10100010 1111111 1000111 0 10110 111000 100100 100101 100111 101110

Color Harmonies of #A27F47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A27F47

Black with #A27F47

Text Example


Text Example

White with #A27F47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A27F47; }

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

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

background-color css

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

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

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

border-color css

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

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

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