Html Css Color HEX #A27F48 Muddy Waters

📋 copy color: '#A27F48'

red 162 ◦ green 127 ◦ blue 72

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

Shades of Muddy Waters #A27F48

Tints of Muddy Waters #A27F48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 19.94%

R = 44.88%
G = 35.18%
B = 19.94%

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

#A27F48 (or 0xA27F48) is known color: Muddy Waters. HEX triplet: A2, 7F and 48. RGB value is (162,127,72). Sum of RGB (Red+Green+Blue) = 162+127+72=361 (47% of max value = 765). Red value is 162 (63.67% from 255 or 44.88% from 361); Green value is 127 (50% from 255 or 35.18% from 361); Blue value is 72 (28.52% from 255 or 19.94% from 361); Max value from RGB is 162 - color contains mainly: red. Hex color #A27F48 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A27F48 is #5D80B7. Grayscale: #838383. Windows color (decimal): -6127800 or 4751266. OLE color: 4751266.

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

Color convert

RGB 162 127 72 -
CMYK 0 0.22 0.56 0.36
HSL 36.67º 0.38% 0.46% -
HSV(B) 36.67º 0.56% 0.64% -
XYZ 23.66 23.33 9.39 -
YUV 131.2 94.6 149.97 -
System Red Green Blue C M Y K H S L
Decimal 162 127 72 0 0.22 0.56 0.36 36.67 0.38 0.46
Hex A2 7F 48 0 16 38 24 25 26 2E
Octal 242 177 110 0 26 70 44 45 46 56
Binary 10100010 1111111 1001000 0 10110 111000 100100 100101 100110 101110

Color Harmonies of #A27F48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A27F48

Black with #A27F48

Text Example


Text Example

White with #A27F48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A27F48; }

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

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

background-color css

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

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

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

border-color css

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

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

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