Html Css Color HEX #A08751 Muddy Waters

📋 copy color: '#A08751'

red 160 ◦ green 135 ◦ blue 81

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

Shades of Muddy Waters #A08751

Tints of Muddy Waters #A08751

RGB

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

 GREEN value IS 135 (53.13% from 255) = 35.9%

 BLUE value IS 81 (32.03% from 255) = 21.54%

R = 42.55%
G = 35.9%
B = 21.54%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.49

 K value IS 0.37

RGB Variations

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

Color information

#A08751 (or 0xA08751) is known color: Muddy Waters. HEX triplet: A0, 87 and 51. RGB value is (160,135,81). Sum of RGB (Red+Green+Blue) = 160+135+81=376 (49% of max value = 765). Red value is 160 (62.89% from 255 or 42.55% from 376); Green value is 135 (53.12% from 255 or 35.90% from 376); Blue value is 81 (32.03% from 255 or 21.54% from 376); Max value from RGB is 160 - color contains mainly: red. Hex color #A08751 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A08751 is #5F78AE. Grayscale: #888888. Windows color (decimal): -6256815 or 5343136. OLE color: 5343136.

HSL color Cylindrical-coordinate representation of color #A08751: hue angle of 41.01º degrees, saturation: 0.33, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A08751 is Cyan = 0, Magento = 0.16, Yellow = 0.49 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 135 81 -
CMYK 0 0.16 0.49 0.37
HSL 41.01º 0.33% 0.47% -
HSV(B) 41.01º 0.49% 0.63% -
XYZ 24.65 25.4 11.39 -
YUV 136.32 96.78 144.89 -
System Red Green Blue C M Y K H S L
Decimal 160 135 81 0 0.16 0.49 0.37 41.01 0.33 0.47
Hex A0 87 51 0 10 31 25 29 21 2F
Octal 240 207 121 0 20 61 45 51 41 57
Binary 10100000 10000111 1010001 0 10000 110001 100101 101001 100001 101111

Color Harmonies of #A08751

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08751

Black with #A08751

Text Example


Text Example

White with #A08751

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08751; }

 p { color: rgb(160,135,81); }

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

background-color css

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

 a { background-color: rgb(160,135,81); }

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

border-color css

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

 span { border-color: rgb(160,135,81); }

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