Html Css Color HEX #A28350 Muddy Waters

📋 copy color: '#A28350'

red 162 ◦ green 131 ◦ blue 80

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

Shades of Muddy Waters #A28350

Tints of Muddy Waters #A28350

RGB

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

 GREEN value IS 131 (51.56% from 255) = 35.12%

 BLUE value IS 80 (31.64% from 255) = 21.45%

R = 43.43%
G = 35.12%
B = 21.45%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.51

 K value IS 0.36

RGB Variations

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

Color information

#A28350 (or 0xA28350) is known color: Muddy Waters. HEX triplet: A2, 83 and 50. RGB value is (162,131,80). Sum of RGB (Red+Green+Blue) = 162+131+80=373 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.43% from 373); Green value is 131 (51.56% from 255 or 35.12% from 373); Blue value is 80 (31.64% from 255 or 21.45% from 373); Max value from RGB is 162 - color contains mainly: red. Hex color #A28350 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A28350 is #5D7CAF. Grayscale: #868686. Windows color (decimal): -6126768 or 5276578. OLE color: 5276578.

HSL color Cylindrical-coordinate representation of color #A28350: hue angle of 37.32º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A28350 is Cyan = 0, Magento = 0.19, Yellow = 0.51 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 131 80 -
CMYK 0 0.19 0.51 0.36
HSL 37.32º 0.34% 0.47% -
HSV(B) 37.32º 0.51% 0.64% -
XYZ 24.46 24.49 11.03 -
YUV 134.46 97.27 147.65 -
System Red Green Blue C M Y K H S L
Decimal 162 131 80 0 0.19 0.51 0.36 37.32 0.34 0.47
Hex A2 83 50 0 13 33 24 25 22 2F
Octal 242 203 120 0 23 63 44 45 42 57
Binary 10100010 10000011 1010000 0 10011 110011 100100 100101 100010 101111

Color Harmonies of #A28350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A28350

Black with #A28350

Text Example


Text Example

White with #A28350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A28350; }

 p { color: rgb(162,131,80); }

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

background-color css

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

 a { background-color: rgb(162,131,80); }

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

border-color css

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

 span { border-color: rgb(162,131,80); }

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