Html Css Color HEX #A38145 Muddy Waters

📋 copy color: '#A38145'

red 163 ◦ green 129 ◦ blue 69

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

Shades of Muddy Waters #A38145

Tints of Muddy Waters #A38145

RGB

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

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

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

R = 45.15%
G = 35.73%
B = 19.11%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.58

 K value IS 0.36

RGB Variations

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

Color information

#A38145 (or 0xA38145) is known color: Muddy Waters. HEX triplet: A3, 81 and 45. RGB value is (163,129,69). Sum of RGB (Red+Green+Blue) = 163+129+69=361 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.15% from 361); Green value is 129 (50.78% from 255 or 35.73% from 361); Blue value is 69 (27.34% from 255 or 19.11% from 361); Max value from RGB is 163 - color contains mainly: red. Hex color #A38145 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A38145 is #5C7EBA. Grayscale: #848484. Windows color (decimal): -6061755 or 4555171. OLE color: 4555171.

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

Color convert

RGB 163 129 69 -
CMYK 0 0.21 0.58 0.36
HSL 38.3º 0.41% 0.45% -
HSV(B) 38.3º 0.58% 0.64% -
XYZ 24.03 23.92 8.98 -
YUV 132.33 92.26 149.88 -
System Red Green Blue C M Y K H S L
Decimal 163 129 69 0 0.21 0.58 0.36 38.3 0.41 0.45
Hex A3 81 45 0 15 3A 24 26 29 2D
Octal 243 201 105 0 25 72 44 46 51 55
Binary 10100011 10000001 1000101 0 10101 111010 100100 100110 101001 101101

Color Harmonies of #A38145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A38145

Black with #A38145

Text Example


Text Example

White with #A38145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A38145; }

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

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

background-color css

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

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

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

border-color css

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

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

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