Html Css Color HEX #A68453 Muddy Waters

📋 copy color: '#A68453'

red 166 ◦ green 132 ◦ blue 83

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

Shades of Muddy Waters #A68453

Tints of Muddy Waters #A68453

RGB

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

 GREEN value IS 132 (51.95% from 255) = 34.65%

 BLUE value IS 83 (32.81% from 255) = 21.78%

R = 43.57%
G = 34.65%
B = 21.78%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.50

 K value IS 0.35

RGB Variations

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

Color information

#A68453 (or 0xA68453) is known color: Muddy Waters. HEX triplet: A6, 84 and 53. RGB value is (166,132,83). Sum of RGB (Red+Green+Blue) = 166+132+83=381 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.57% from 381); Green value is 132 (51.95% from 255 or 34.65% from 381); Blue value is 83 (32.81% from 255 or 21.78% from 381); Max value from RGB is 166 - color contains mainly: red. Hex color #A68453 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A68453 is #597BAC. Grayscale: #888888. Windows color (decimal): -5864365 or 5473446. OLE color: 5473446.

HSL color Cylindrical-coordinate representation of color #A68453: hue angle of 35.42º degrees, saturation: 0.33, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A68453 is Cyan = 0, Magento = 0.20, Yellow = 0.50 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 132 83 -
CMYK 0 0.20 0.50 0.35
HSL 35.42º 0.33% 0.49% -
HSV(B) 35.42º 0.5% 0.65% -
XYZ 25.54 25.23 11.71 -
YUV 136.58 97.76 148.98 -
System Red Green Blue C M Y K H S L
Decimal 166 132 83 0 0.20 0.50 0.35 35.42 0.33 0.49
Hex A6 84 53 0 14 32 23 23 21 31
Octal 246 204 123 0 24 62 43 43 41 61
Binary 10100110 10000100 1010011 0 10100 110010 100011 100011 100001 110001

Color Harmonies of #A68453

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A68453

Black with #A68453

Text Example


Text Example

White with #A68453

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A68453; }

 p { color: rgb(166,132,83); }

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

background-color css

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

 a { background-color: rgb(166,132,83); }

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

border-color css

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

 span { border-color: rgb(166,132,83); }

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