Html Css Color HEX #A38144 Muddy Waters

📋 copy color: '#A38144'

red 163 ◦ green 129 ◦ blue 68

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

Shades of Muddy Waters #A38144

Tints of Muddy Waters #A38144

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 18.89%

R = 45.28%
G = 35.83%
B = 18.89%

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

#A38144 (or 0xA38144) is known color: Muddy Waters. HEX triplet: A3, 81 and 44. RGB value is (163,129,68). Sum of RGB (Red+Green+Blue) = 163+129+68=360 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.28% from 360); Green value is 129 (50.78% from 255 or 35.83% from 360); Blue value is 68 (26.95% from 255 or 18.89% from 360); Max value from RGB is 163 - color contains mainly: red. Hex color #A38144 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A38144 is #5C7EBB. Grayscale: #848484. Windows color (decimal): -6061756 or 4489635. OLE color: 4489635.

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

Color convert

RGB 163 129 68 -
CMYK 0 0.21 0.58 0.36
HSL 38.53º 0.41% 0.45% -
HSV(B) 38.53º 0.58% 0.64% -
XYZ 24 23.9 8.82 -
YUV 132.21 91.76 149.96 -
System Red Green Blue C M Y K H S L
Decimal 163 129 68 0 0.21 0.58 0.36 38.53 0.41 0.45
Hex A3 81 44 0 15 3A 24 27 29 2D
Octal 243 201 104 0 25 72 44 47 51 55
Binary 10100011 10000001 1000100 0 10101 111010 100100 100111 101001 101101

Color Harmonies of #A38144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A38144

Black with #A38144

Text Example


Text Example

White with #A38144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A38144; }

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

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

background-color css

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

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

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

border-color css

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

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

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