Html Css Color HEX #A38352 Muddy Waters

📋 copy color: '#A38352'

red 163 ◦ green 131 ◦ blue 82

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

Shades of Muddy Waters #A38352

Tints of Muddy Waters #A38352

RGB

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

 GREEN value IS 131 (51.56% from 255) = 34.84%

 BLUE value IS 82 (32.42% from 255) = 21.81%

R = 43.35%
G = 34.84%
B = 21.81%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.50

 K value IS 0.36

RGB Variations

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

Color information

#A38352 (or 0xA38352) is known color: Muddy Waters. HEX triplet: A3, 83 and 52. RGB value is (163,131,82). Sum of RGB (Red+Green+Blue) = 163+131+82=376 (49% of max value = 765). Red value is 163 (64.06% from 255 or 43.35% from 376); Green value is 131 (51.56% from 255 or 34.84% from 376); Blue value is 82 (32.42% from 255 or 21.81% from 376); Max value from RGB is 163 - color contains mainly: red. Hex color #A38352 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A38352 is #5C7CAD. Grayscale: #878787. Windows color (decimal): -6061230 or 5407651. OLE color: 5407651.

HSL color Cylindrical-coordinate representation of color #A38352: hue angle of 36.3º degrees, saturation: 0.33, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A38352 is Cyan = 0, Magento = 0.20, Yellow = 0.50 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 131 82 -
CMYK 0 0.20 0.50 0.36
HSL 36.3º 0.33% 0.48% -
HSV(B) 36.3º 0.5% 0.64% -
XYZ 24.74 24.63 11.43 -
YUV 134.98 98.1 147.98 -
System Red Green Blue C M Y K H S L
Decimal 163 131 82 0 0.20 0.50 0.36 36.3 0.33 0.48
Hex A3 83 52 0 14 32 24 24 21 30
Octal 243 203 122 0 24 62 44 44 41 60
Binary 10100011 10000011 1010010 0 10100 110010 100100 100100 100001 110000

Color Harmonies of #A38352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A38352

Black with #A38352

Text Example


Text Example

White with #A38352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A38352; }

 p { color: rgb(163,131,82); }

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

background-color css

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

 a { background-color: rgb(163,131,82); }

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

border-color css

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

 span { border-color: rgb(163,131,82); }

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