Html Css Color HEX #A28048 Muddy Waters

📋 copy color: '#A28048'

red 162 ◦ green 128 ◦ blue 72

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

Shades of Muddy Waters #A28048

Tints of Muddy Waters #A28048

RGB

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

 GREEN value IS 128 (50.39% from 255) = 35.36%

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

R = 44.75%
G = 35.36%
B = 19.89%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.56

 K value IS 0.36

RGB Variations

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

Color information

#A28048 (or 0xA28048) is known color: Muddy Waters. HEX triplet: A2, 80 and 48. RGB value is (162,128,72). Sum of RGB (Red+Green+Blue) = 162+128+72=362 (47% of max value = 765). Red value is 162 (63.67% from 255 or 44.75% from 362); Green value is 128 (50.39% from 255 or 35.36% from 362); Blue value is 72 (28.52% from 255 or 19.89% from 362); Max value from RGB is 162 - color contains mainly: red. Hex color #A28048 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A28048 is #5D7FB7. Grayscale: #848484. Windows color (decimal): -6127544 or 4751522. OLE color: 4751522.

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

Color convert

RGB 162 128 72 -
CMYK 0 0.21 0.56 0.36
HSL 37.33º 0.38% 0.46% -
HSV(B) 37.33º 0.56% 0.64% -
XYZ 23.79 23.59 9.43 -
YUV 131.78 94.26 149.55 -
System Red Green Blue C M Y K H S L
Decimal 162 128 72 0 0.21 0.56 0.36 37.33 0.38 0.46
Hex A2 80 48 0 15 38 24 25 26 2E
Octal 242 200 110 0 25 70 44 45 46 56
Binary 10100010 10000000 1001000 0 10101 111000 100100 100101 100110 101110

Color Harmonies of #A28048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A28048

Black with #A28048

Text Example


Text Example

White with #A28048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A28048; }

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

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

background-color css

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

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

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

border-color css

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

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

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