Html Css Color HEX #A2814B Muddy Waters

📋 copy color: '#A2814B'

red 162 ◦ green 129 ◦ blue 75

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

Shades of Muddy Waters #A2814B

Tints of Muddy Waters #A2814B

RGB

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

 GREEN value IS 129 (50.78% from 255) = 35.25%

 BLUE value IS 75 (29.69% from 255) = 20.49%

R = 44.26%
G = 35.25%
B = 20.49%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.54

 K value IS 0.36

RGB Variations

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

Color information

#A2814B (or 0xA2814B) is known color: Muddy Waters. HEX triplet: A2, 81 and 4B. RGB value is (162,129,75). Sum of RGB (Red+Green+Blue) = 162+129+75=366 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.26% from 366); Green value is 129 (50.78% from 255 or 35.25% from 366); Blue value is 75 (29.69% from 255 or 20.49% from 366); Max value from RGB is 162 - color contains mainly: red. Hex color #A2814B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A2814B is #5D7EB4. Grayscale: #848484. Windows color (decimal): -6127285 or 4948386. OLE color: 4948386.

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

Color convert

RGB 162 129 75 -
CMYK 0 0.20 0.54 0.36
HSL 37.24º 0.37% 0.46% -
HSV(B) 37.24º 0.54% 0.64% -
XYZ 24.02 23.89 10 -
YUV 132.71 95.43 148.89 -
System Red Green Blue C M Y K H S L
Decimal 162 129 75 0 0.20 0.54 0.36 37.24 0.37 0.46
Hex A2 81 4B 0 14 36 24 25 25 2E
Octal 242 201 113 0 24 66 44 45 45 56
Binary 10100010 10000001 1001011 0 10100 110110 100100 100101 100101 101110

Color Harmonies of #A2814B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2814B

Black with #A2814B

Text Example


Text Example

White with #A2814B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2814B; }

 p { color: rgb(162,129,75); }

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

background-color css

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

 a { background-color: rgb(162,129,75); }

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

border-color css

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

 span { border-color: rgb(162,129,75); }

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