Html Css Color HEX #A98145 Muddy Waters

📋 copy color: '#A98145'

red 169 ◦ green 129 ◦ blue 69

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

Shades of Muddy Waters #A98145

Tints of Muddy Waters #A98145

RGB

 RED value IS 169 (66.41% from 255) = 46.05%

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

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

R = 46.05%
G = 35.15%
B = 18.8%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.59

 K value IS 0.34

RGB Variations

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

Color information

#A98145 (or 0xA98145) is known color: Muddy Waters. HEX triplet: A9, 81 and 45. RGB value is (169,129,69). Sum of RGB (Red+Green+Blue) = 169+129+69=367 (48% of max value = 765). Red value is 169 (66.41% from 255 or 46.05% from 367); Green value is 129 (50.78% from 255 or 35.15% from 367); Blue value is 69 (27.34% from 255 or 18.80% from 367); Max value from RGB is 169 - color contains mainly: red. Hex color #A98145 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A98145 is #567EBA. Grayscale: #868686. Windows color (decimal): -5668539 or 4555177. OLE color: 4555177.

HSL color Cylindrical-coordinate representation of color #A98145: hue angle of 36º degrees, saturation: 0.42, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A98145 is Cyan = 0, Magento = 0.24, Yellow = 0.59 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 129 69 -
CMYK 0 0.24 0.59 0.34
HSL 36º 0.42% 0.47% -
HSV(B) 36º 0.59% 0.66% -
XYZ 25.29 24.57 9.04 -
YUV 134.12 91.25 152.88 -
System Red Green Blue C M Y K H S L
Decimal 169 129 69 0 0.24 0.59 0.34 36 0.42 0.47
Hex A9 81 45 0 18 3B 22 24 2A 2F
Octal 251 201 105 0 30 73 42 44 52 57
Binary 10101001 10000001 1000101 0 11000 111011 100010 100100 101010 101111

Color Harmonies of #A98145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A98145

Black with #A98145

Text Example


Text Example

White with #A98145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A98145; }

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

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

background-color css

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

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

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

border-color css

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

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

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