Html Css Color HEX #A67A4A Muddy Waters

📋 copy color: '#A67A4A'

red 166 ◦ green 122 ◦ blue 74

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

Shades of Muddy Waters #A67A4A

Tints of Muddy Waters #A67A4A

RGB

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

 GREEN value IS 122 (48.05% from 255) = 33.7%

 BLUE value IS 74 (29.3% from 255) = 20.44%

R = 45.86%
G = 33.7%
B = 20.44%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.55

 K value IS 0.35

RGB Variations

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

Color information

#A67A4A (or 0xA67A4A) is known color: Muddy Waters. HEX triplet: A6, 7A and 4A. RGB value is (166,122,74). Sum of RGB (Red+Green+Blue) = 166+122+74=362 (47% of max value = 765). Red value is 166 (65.23% from 255 or 45.86% from 362); Green value is 122 (48.05% from 255 or 33.70% from 362); Blue value is 74 (29.30% from 255 or 20.44% from 362); Max value from RGB is 166 - color contains mainly: red. Hex color #A67A4A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A67A4A is #5985B5. Grayscale: #818181. Windows color (decimal): -5866934 or 4881062. OLE color: 4881062.

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

Color convert

RGB 166 122 74 -
CMYK 0 0.27 0.55 0.35
HSL 31.3º 0.38% 0.47% -
HSV(B) 31.3º 0.55% 0.65% -
XYZ 23.92 22.52 9.56 -
YUV 129.68 96.58 153.9 -
System Red Green Blue C M Y K H S L
Decimal 166 122 74 0 0.27 0.55 0.35 31.3 0.38 0.47
Hex A6 7A 4A 0 1B 37 23 1F 26 2F
Octal 246 172 112 0 33 67 43 37 46 57
Binary 10100110 1111010 1001010 0 11011 110111 100011 11111 100110 101111

Color Harmonies of #A67A4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A67A4A

Black with #A67A4A

Text Example


Text Example

White with #A67A4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A67A4A; }

 p { color: rgb(166,122,74); }

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

background-color css

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

 a { background-color: rgb(166,122,74); }

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

border-color css

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

 span { border-color: rgb(166,122,74); }

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