Html Css Color HEX #A28245 Muddy Waters

📋 copy color: '#A28245'

red 162 ◦ green 130 ◦ blue 69

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

Shades of Muddy Waters #A28245

Tints of Muddy Waters #A28245

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 19.11%

R = 44.88%
G = 36.01%
B = 19.11%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.57

 K value IS 0.36

RGB Variations

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

Color information

#A28245 (or 0xA28245) is known color: Muddy Waters. HEX triplet: A2, 82 and 45. RGB value is (162,130,69). Sum of RGB (Red+Green+Blue) = 162+130+69=361 (47% of max value = 765). Red value is 162 (63.67% from 255 or 44.88% from 361); Green value is 130 (51.17% from 255 or 36.01% from 361); Blue value is 69 (27.34% from 255 or 19.11% from 361); Max value from RGB is 162 - color contains mainly: red. Hex color #A28245 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A28245 is #5D7DBA. Grayscale: #848484. Windows color (decimal): -6127035 or 4555426. OLE color: 4555426.

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

Color convert

RGB 162 130 69 -
CMYK 0 0.20 0.57 0.36
HSL 39.35º 0.4% 0.45% -
HSV(B) 39.35º 0.57% 0.64% -
XYZ 23.96 24.08 9.01 -
YUV 132.61 92.1 148.96 -
System Red Green Blue C M Y K H S L
Decimal 162 130 69 0 0.20 0.57 0.36 39.35 0.4 0.45
Hex A2 82 45 0 14 39 24 27 28 2D
Octal 242 202 105 0 24 71 44 47 50 55
Binary 10100010 10000010 1000101 0 10100 111001 100100 100111 101000 101101

Color Harmonies of #A28245

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A28245

Black with #A28245

Text Example


Text Example

White with #A28245

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A28245; }

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

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

background-color css

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

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

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

border-color css

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

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

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