Html Css Color HEX #A28553 Muddy Waters

📋 copy color: '#A28553'

red 162 ◦ green 133 ◦ blue 83

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

Shades of Muddy Waters #A28553

Tints of Muddy Waters #A28553

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 21.96%

R = 42.86%
G = 35.19%
B = 21.96%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.49

 K value IS 0.36

RGB Variations

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

Color information

#A28553 (or 0xA28553) is known color: Muddy Waters. HEX triplet: A2, 85 and 53. RGB value is (162,133,83). Sum of RGB (Red+Green+Blue) = 162+133+83=378 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.86% from 378); Green value is 133 (52.34% from 255 or 35.19% from 378); Blue value is 83 (32.81% from 255 or 21.96% from 378); Max value from RGB is 162 - color contains mainly: red. Hex color #A28553 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A28553 is #5D7AAC. Grayscale: #888888. Windows color (decimal): -6126253 or 5473698. OLE color: 5473698.

HSL color Cylindrical-coordinate representation of color #A28553: hue angle of 37.97º degrees, saturation: 0.32, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A28553 is Cyan = 0, Magento = 0.18, Yellow = 0.49 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 133 83 -
CMYK 0 0.18 0.49 0.36
HSL 37.97º 0.32% 0.48% -
HSV(B) 37.97º 0.49% 0.64% -
XYZ 24.85 25.08 11.72 -
YUV 135.97 98.11 146.57 -
System Red Green Blue C M Y K H S L
Decimal 162 133 83 0 0.18 0.49 0.36 37.97 0.32 0.48
Hex A2 85 53 0 12 31 24 26 20 30
Octal 242 205 123 0 22 61 44 46 40 60
Binary 10100010 10000101 1010011 0 10010 110001 100100 100110 100000 110000

Color Harmonies of #A28553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A28553

Black with #A28553

Text Example


Text Example

White with #A28553

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A28553; }

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

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

background-color css

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

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

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

border-color css

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

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

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