Html Css Color HEX #A27D40 Muddy Waters

📋 copy color: '#A27D40'

red 162 ◦ green 125 ◦ blue 64

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

Shades of Muddy Waters #A27D40

Tints of Muddy Waters #A27D40

RGB

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

 GREEN value IS 125 (49.22% from 255) = 35.61%

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

R = 46.15%
G = 35.61%
B = 18.23%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.60

 K value IS 0.36

RGB Variations

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

Color information

#A27D40 (or 0xA27D40) is known color: Muddy Waters. HEX triplet: A2, 7D and 40. RGB value is (162,125,64). Sum of RGB (Red+Green+Blue) = 162+125+64=351 (46% of max value = 765). Red value is 162 (63.67% from 255 or 46.15% from 351); Green value is 125 (49.22% from 255 or 35.61% from 351); Blue value is 64 (25.39% from 255 or 18.23% from 351); Max value from RGB is 162 - color contains mainly: red. Hex color #A27D40 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A27D40 is #5D82BF. Grayscale: #818181. Windows color (decimal): -6128320 or 4226466. OLE color: 4226466.

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

Color convert

RGB 162 125 64 -
CMYK 0 0.23 0.60 0.36
HSL 37.35º 0.43% 0.44% -
HSV(B) 37.35º 0.6% 0.64% -
XYZ 23.16 22.72 8.02 -
YUV 129.11 91.26 151.46 -
System Red Green Blue C M Y K H S L
Decimal 162 125 64 0 0.23 0.60 0.36 37.35 0.43 0.44
Hex A2 7D 40 0 17 3C 24 25 2B 2C
Octal 242 175 100 0 27 74 44 45 53 54
Binary 10100010 1111101 1000000 0 10111 111100 100100 100101 101011 101100

Color Harmonies of #A27D40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A27D40

Black with #A27D40

Text Example


Text Example

White with #A27D40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A27D40; }

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

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

background-color css

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

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

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

border-color css

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

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

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