Html Css Color HEX #A08045 Muddy Waters

📋 copy color: '#A08045'

red 160 ◦ green 128 ◦ blue 69

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

Shades of Muddy Waters #A08045

Tints of Muddy Waters #A08045

RGB

 RED value IS 160 (62.89% from 255) = 44.82%

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

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

R = 44.82%
G = 35.85%
B = 19.33%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.57

 K value IS 0.37

RGB Variations

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

Color information

#A08045 (or 0xA08045) is known color: Muddy Waters. HEX triplet: A0, 80 and 45. RGB value is (160,128,69). Sum of RGB (Red+Green+Blue) = 160+128+69=357 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.82% from 357); Green value is 128 (50.39% from 255 or 35.85% from 357); Blue value is 69 (27.34% from 255 or 19.33% from 357); Max value from RGB is 160 - color contains mainly: red. Hex color #A08045 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A08045 is #5F7FBA. Grayscale: #838383. Windows color (decimal): -6258619 or 4554912. OLE color: 4554912.

HSL color Cylindrical-coordinate representation of color #A08045: hue angle of 38.9º degrees, saturation: 0.4, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A08045 is Cyan = 0, Magento = 0.20, Yellow = 0.57 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 128 69 -
CMYK 0 0.20 0.57 0.37
HSL 38.9º 0.4% 0.45% -
HSV(B) 38.9º 0.57% 0.63% -
XYZ 23.29 23.34 8.91 -
YUV 130.84 93.1 148.8 -
System Red Green Blue C M Y K H S L
Decimal 160 128 69 0 0.20 0.57 0.37 38.9 0.4 0.45
Hex A0 80 45 0 14 39 25 27 28 2D
Octal 240 200 105 0 24 71 45 47 50 55
Binary 10100000 10000000 1000101 0 10100 111001 100101 100111 101000 101101

Color Harmonies of #A08045

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08045

Black with #A08045

Text Example


Text Example

White with #A08045

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08045; }

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

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

background-color css

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

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

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

border-color css

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

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

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