Html Css Color HEX #A28550 Muddy Waters

📋 copy color: '#A28550'

red 162 ◦ green 133 ◦ blue 80

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

Shades of Muddy Waters #A28550

Tints of Muddy Waters #A28550

RGB

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

 GREEN value IS 133 (52.34% from 255) = 35.47%

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

R = 43.2%
G = 35.47%
B = 21.33%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.51

 K value IS 0.36

RGB Variations

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

Color information

#A28550 (or 0xA28550) is known color: Muddy Waters. HEX triplet: A2, 85 and 50. RGB value is (162,133,80). Sum of RGB (Red+Green+Blue) = 162+133+80=375 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.2% from 375); Green value is 133 (52.34% from 255 or 35.47% from 375); Blue value is 80 (31.64% from 255 or 21.33% from 375); Max value from RGB is 162 - color contains mainly: red. Hex color #A28550 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A28550 is #5D7AAF. Grayscale: #878787. Windows color (decimal): -6126256 or 5277090. OLE color: 5277090.

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

Color convert

RGB 162 133 80 -
CMYK 0 0.18 0.51 0.36
HSL 38.78º 0.34% 0.47% -
HSV(B) 38.78º 0.51% 0.64% -
XYZ 24.74 25.04 11.12 -
YUV 135.63 96.61 146.81 -
System Red Green Blue C M Y K H S L
Decimal 162 133 80 0 0.18 0.51 0.36 38.78 0.34 0.47
Hex A2 85 50 0 12 33 24 27 22 2F
Octal 242 205 120 0 22 63 44 47 42 57
Binary 10100010 10000101 1010000 0 10010 110011 100100 100111 100010 101111

Color Harmonies of #A28550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A28550

Black with #A28550

Text Example


Text Example

White with #A28550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A28550; }

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

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

background-color css

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

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

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

border-color css

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

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

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