Html Css Color HEX #A9854F Muddy Waters

📋 copy color: '#A9854F'

red 169 ◦ green 133 ◦ blue 79

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

Shades of Muddy Waters #A9854F

Tints of Muddy Waters #A9854F

RGB

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

 GREEN value IS 133 (52.34% from 255) = 34.91%

 BLUE value IS 79 (31.25% from 255) = 20.73%

R = 44.36%
G = 34.91%
B = 20.73%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.53

 K value IS 0.34

RGB Variations

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

Color information

#A9854F (or 0xA9854F) is known color: Muddy Waters. HEX triplet: A9, 85 and 4F. RGB value is (169,133,79). Sum of RGB (Red+Green+Blue) = 169+133+79=381 (50% of max value = 765). Red value is 169 (66.41% from 255 or 44.36% from 381); Green value is 133 (52.34% from 255 or 34.91% from 381); Blue value is 79 (31.25% from 255 or 20.73% from 381); Max value from RGB is 169 - color contains mainly: red. Hex color #A9854F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A9854F is #567AB0. Grayscale: #898989. Windows color (decimal): -5667505 or 5211561. OLE color: 5211561.

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

Color convert

RGB 169 133 79 -
CMYK 0 0.21 0.53 0.34
HSL 36º 0.36% 0.49% -
HSV(B) 36º 0.53% 0.66% -
XYZ 26.16 25.77 10.99 -
YUV 137.61 94.93 150.39 -
System Red Green Blue C M Y K H S L
Decimal 169 133 79 0 0.21 0.53 0.34 36 0.36 0.49
Hex A9 85 4F 0 15 35 22 24 24 31
Octal 251 205 117 0 25 65 42 44 44 61
Binary 10101001 10000101 1001111 0 10101 110101 100010 100100 100100 110001

Color Harmonies of #A9854F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9854F

Black with #A9854F

Text Example


Text Example

White with #A9854F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9854F; }

 p { color: rgb(169,133,79); }

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

background-color css

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

 a { background-color: rgb(169,133,79); }

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

border-color css

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

 span { border-color: rgb(169,133,79); }

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