Html Css Color HEX #A38045 Muddy Waters

📋 copy color: '#A38045'

red 163 ◦ green 128 ◦ blue 69

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

Shades of Muddy Waters #A38045

Tints of Muddy Waters #A38045

RGB

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

 GREEN value IS 128 (50.39% from 255) = 35.56%

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

R = 45.28%
G = 35.56%
B = 19.17%

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

#A38045 (or 0xA38045) is known color: Muddy Waters. HEX triplet: A3, 80 and 45. RGB value is (163,128,69). Sum of RGB (Red+Green+Blue) = 163+128+69=360 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.28% from 360); Green value is 128 (50.39% from 255 or 35.56% from 360); Blue value is 69 (27.34% from 255 or 19.17% from 360); Max value from RGB is 163 - color contains mainly: red. Hex color #A38045 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A38045 is #5C7FBA. Grayscale: #848484. Windows color (decimal): -6062011 or 4554915. OLE color: 4554915.

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

Color convert

RGB 163 128 69 -
CMYK 0 0.21 0.58 0.36
HSL 37.66º 0.41% 0.45% -
HSV(B) 37.66º 0.58% 0.64% -
XYZ 23.9 23.65 8.94 -
YUV 131.74 92.6 150.3 -
System Red Green Blue C M Y K H S L
Decimal 163 128 69 0 0.21 0.58 0.36 37.66 0.41 0.45
Hex A3 80 45 0 15 3A 24 26 29 2D
Octal 243 200 105 0 25 72 44 46 51 55
Binary 10100011 10000000 1000101 0 10101 111010 100100 100110 101001 101101

Color Harmonies of #A38045

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A38045

Black with #A38045

Text Example


Text Example

White with #A38045

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A38045; }

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

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

background-color css

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

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

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

border-color css

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

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

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