Html Css Color HEX #A3814B Muddy Waters

📋 copy color: '#A3814B'

red 163 ◦ green 129 ◦ blue 75

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

Shades of Muddy Waters #A3814B

Tints of Muddy Waters #A3814B

RGB

 RED value IS 163 (64.06% from 255) = 44.41%

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

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

R = 44.41%
G = 35.15%
B = 20.44%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.54

 K value IS 0.36

RGB Variations

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

Color information

#A3814B (or 0xA3814B) is known color: Muddy Waters. HEX triplet: A3, 81 and 4B. RGB value is (163,129,75). Sum of RGB (Red+Green+Blue) = 163+129+75=367 (48% of max value = 765). Red value is 163 (64.06% from 255 or 44.41% from 367); Green value is 129 (50.78% from 255 or 35.15% from 367); Blue value is 75 (29.69% from 255 or 20.44% from 367); Max value from RGB is 163 - color contains mainly: red. Hex color #A3814B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A3814B is #5C7EB4. Grayscale: #858585. Windows color (decimal): -6061749 or 4948387. OLE color: 4948387.

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

Color convert

RGB 163 129 75 -
CMYK 0 0.21 0.54 0.36
HSL 36.82º 0.37% 0.47% -
HSV(B) 36.82º 0.54% 0.64% -
XYZ 24.22 24 10.01 -
YUV 133.01 95.26 149.39 -
System Red Green Blue C M Y K H S L
Decimal 163 129 75 0 0.21 0.54 0.36 36.82 0.37 0.47
Hex A3 81 4B 0 15 36 24 25 25 2F
Octal 243 201 113 0 25 66 44 45 45 57
Binary 10100011 10000001 1001011 0 10101 110110 100100 100101 100101 101111

Color Harmonies of #A3814B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3814B

Black with #A3814B

Text Example


Text Example

White with #A3814B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3814B; }

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

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

background-color css

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

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

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

border-color css

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

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

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