Html Css Color HEX #A27940 Muddy Waters

📋 copy color: '#A27940'

red 162 ◦ green 121 ◦ blue 64

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

Shades of Muddy Waters #A27940

Tints of Muddy Waters #A27940

RGB

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

 GREEN value IS 121 (47.66% from 255) = 34.87%

 BLUE value IS 64 (25.39% from 255) = 18.44%

R = 46.69%
G = 34.87%
B = 18.44%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.60

 K value IS 0.36

RGB Variations

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

Color information

#A27940 (or 0xA27940) is known color: Muddy Waters. HEX triplet: A2, 79 and 40. RGB value is (162,121,64). Sum of RGB (Red+Green+Blue) = 162+121+64=347 (45% of max value = 765). Red value is 162 (63.67% from 255 or 46.69% from 347); Green value is 121 (47.66% from 255 or 34.87% from 347); Blue value is 64 (25.39% from 255 or 18.44% from 347); Max value from RGB is 162 - color contains mainly: red. Hex color #A27940 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A27940 is #5D86BF. Grayscale: #7F7F7F. Windows color (decimal): -6129344 or 4225442. OLE color: 4225442.

HSL color Cylindrical-coordinate representation of color #A27940: hue angle of 34.9º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A27940 is Cyan = 0, Magento = 0.25, Yellow = 0.60 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 121 64 -
CMYK 0 0.25 0.60 0.36
HSL 34.9º 0.43% 0.44% -
HSV(B) 34.9º 0.6% 0.64% -
XYZ 22.66 21.73 7.85 -
YUV 126.76 92.58 153.13 -
System Red Green Blue C M Y K H S L
Decimal 162 121 64 0 0.25 0.60 0.36 34.9 0.43 0.44
Hex A2 79 40 0 19 3C 24 23 2B 2C
Octal 242 171 100 0 31 74 44 43 53 54
Binary 10100010 1111001 1000000 0 11001 111100 100100 100011 101011 101100

Color Harmonies of #A27940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A27940

Black with #A27940

Text Example


Text Example

White with #A27940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A27940; }

 p { color: rgb(162,121,64); }

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

background-color css

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

 a { background-color: rgb(162,121,64); }

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

border-color css

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

 span { border-color: rgb(162,121,64); }

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