Html Css Color HEX #A68748 Muddy Waters

📋 copy color: '#A68748'

red 166 ◦ green 135 ◦ blue 72

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

Shades of Muddy Waters #A68748

Tints of Muddy Waters #A68748

RGB

 RED value IS 166 (65.23% from 255) = 44.5%

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

 BLUE value IS 72 (28.52% from 255) = 19.3%

R = 44.5%
G = 36.19%
B = 19.3%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.57

 K value IS 0.35

RGB Variations

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

Color information

#A68748 (or 0xA68748) is known color: Muddy Waters. HEX triplet: A6, 87 and 48. RGB value is (166,135,72). Sum of RGB (Red+Green+Blue) = 166+135+72=373 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.50% from 373); Green value is 135 (53.12% from 255 or 36.19% from 373); Blue value is 72 (28.52% from 255 or 19.30% from 373); Max value from RGB is 166 - color contains mainly: red. Hex color #A68748 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A68748 is #5978B7. Grayscale: #898989. Windows color (decimal): -5863608 or 4753318. OLE color: 4753318.

HSL color Cylindrical-coordinate representation of color #A68748: hue angle of 40.21º degrees, saturation: 0.39, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A68748 is Cyan = 0, Magento = 0.19, Yellow = 0.57 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 135 72 -
CMYK 0 0.19 0.57 0.35
HSL 40.21º 0.39% 0.47% -
HSV(B) 40.21º 0.57% 0.65% -
XYZ 25.56 25.9 9.78 -
YUV 137.09 91.27 148.62 -
System Red Green Blue C M Y K H S L
Decimal 166 135 72 0 0.19 0.57 0.35 40.21 0.39 0.47
Hex A6 87 48 0 13 39 23 28 27 2F
Octal 246 207 110 0 23 71 43 50 47 57
Binary 10100110 10000111 1001000 0 10011 111001 100011 101000 100111 101111

Color Harmonies of #A68748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A68748

Black with #A68748

Text Example


Text Example

White with #A68748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A68748; }

 p { color: rgb(166,135,72); }

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

background-color css

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

 a { background-color: rgb(166,135,72); }

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

border-color css

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

 span { border-color: rgb(166,135,72); }

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