Html Css Color HEX #A28248 Muddy Waters

📋 copy color: '#A28248'

red 162 ◦ green 130 ◦ blue 72

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

Shades of Muddy Waters #A28248

Tints of Muddy Waters #A28248

RGB

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

 GREEN value IS 130 (51.17% from 255) = 35.71%

 BLUE value IS 72 (28.52% from 255) = 19.78%

R = 44.51%
G = 35.71%
B = 19.78%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.56

 K value IS 0.36

RGB Variations

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

Color information

#A28248 (or 0xA28248) is known color: Muddy Waters. HEX triplet: A2, 82 and 48. RGB value is (162,130,72). Sum of RGB (Red+Green+Blue) = 162+130+72=364 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.51% from 364); Green value is 130 (51.17% from 255 or 35.71% from 364); Blue value is 72 (28.52% from 255 or 19.78% from 364); Max value from RGB is 162 - color contains mainly: red. Hex color #A28248 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A28248 is #5D7DB7. Grayscale: #858585. Windows color (decimal): -6127032 or 4752034. OLE color: 4752034.

HSL color Cylindrical-coordinate representation of color #A28248: hue angle of 38.67º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A28248 is Cyan = 0, Magento = 0.20, Yellow = 0.56 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 130 72 -
CMYK 0 0.20 0.56 0.36
HSL 38.67º 0.38% 0.46% -
HSV(B) 38.67º 0.56% 0.64% -
XYZ 24.05 24.11 9.52 -
YUV 132.96 93.6 148.72 -
System Red Green Blue C M Y K H S L
Decimal 162 130 72 0 0.20 0.56 0.36 38.67 0.38 0.46
Hex A2 82 48 0 14 38 24 27 26 2E
Octal 242 202 110 0 24 70 44 47 46 56
Binary 10100010 10000010 1001000 0 10100 111000 100100 100111 100110 101110

Color Harmonies of #A28248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A28248

Black with #A28248

Text Example


Text Example

White with #A28248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A28248; }

 p { color: rgb(162,130,72); }

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

background-color css

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

 a { background-color: rgb(162,130,72); }

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

border-color css

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

 span { border-color: rgb(162,130,72); }

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