Html Css Color HEX #A98043 Muddy Waters

📋 copy color: '#A98043'

red 169 ◦ green 128 ◦ blue 67

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

Shades of Muddy Waters #A98043

Tints of Muddy Waters #A98043

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 18.41%

R = 46.43%
G = 35.16%
B = 18.41%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.60

 K value IS 0.34

RGB Variations

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

Color information

#A98043 (or 0xA98043) is known color: Muddy Waters. HEX triplet: A9, 80 and 43. RGB value is (169,128,67). Sum of RGB (Red+Green+Blue) = 169+128+67=364 (48% of max value = 765). Red value is 169 (66.41% from 255 or 46.43% from 364); Green value is 128 (50.39% from 255 or 35.16% from 364); Blue value is 67 (26.56% from 255 or 18.41% from 364); Max value from RGB is 169 - color contains mainly: red. Hex color #A98043 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A98043 is #567FBC. Grayscale: #858585. Windows color (decimal): -5668797 or 4423849. OLE color: 4423849.

HSL color Cylindrical-coordinate representation of color #A98043: hue angle of 35.88º degrees, saturation: 0.43, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A98043 is Cyan = 0, Magento = 0.24, Yellow = 0.60 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 128 67 -
CMYK 0 0.24 0.60 0.34
HSL 35.88º 0.43% 0.46% -
HSV(B) 35.88º 0.6% 0.66% -
XYZ 25.09 24.28 8.67 -
YUV 133.31 90.58 153.46 -
System Red Green Blue C M Y K H S L
Decimal 169 128 67 0 0.24 0.60 0.34 35.88 0.43 0.46
Hex A9 80 43 0 18 3C 22 24 2B 2E
Octal 251 200 103 0 30 74 42 44 53 56
Binary 10101001 10000000 1000011 0 11000 111100 100010 100100 101011 101110

Color Harmonies of #A98043

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A98043

Black with #A98043

Text Example


Text Example

White with #A98043

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A98043; }

 p { color: rgb(169,128,67); }

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

background-color css

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

 a { background-color: rgb(169,128,67); }

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

border-color css

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

 span { border-color: rgb(169,128,67); }

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