Html Css Color HEX #A67950 Muesli

📋 copy color: '#A67950'

red 166 ◦ green 121 ◦ blue 80

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

Shades of Muesli #A67950

Tints of Muesli #A67950

RGB

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

 GREEN value IS 121 (47.66% from 255) = 32.97%

 BLUE value IS 80 (31.64% from 255) = 21.8%

R = 45.23%
G = 32.97%
B = 21.8%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.52

 K value IS 0.35

RGB Variations

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

Color information

#A67950 (or 0xA67950) is known color: Muesli. HEX triplet: A6, 79 and 50. RGB value is (166,121,80). Sum of RGB (Red+Green+Blue) = 166+121+80=367 (48% of max value = 765). Red value is 166 (65.23% from 255 or 45.23% from 367); Green value is 121 (47.66% from 255 or 32.97% from 367); Blue value is 80 (31.64% from 255 or 21.80% from 367); Max value from RGB is 166 - color contains mainly: red. Hex color #A67950 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A67950 is #5986AF. Grayscale: #818181. Windows color (decimal): -5867184 or 5274022. OLE color: 5274022.

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

Color convert

RGB 166 121 80 -
CMYK 0 0.27 0.52 0.35
HSL 28.6º 0.35% 0.48% -
HSV(B) 28.6º 0.52% 0.65% -
XYZ 24.01 22.36 10.64 -
YUV 129.78 99.91 153.83 -
System Red Green Blue C M Y K H S L
Decimal 166 121 80 0 0.27 0.52 0.35 28.6 0.35 0.48
Hex A6 79 50 0 1B 34 23 1D 23 30
Octal 246 171 120 0 33 64 43 35 43 60
Binary 10100110 1111001 1010000 0 11011 110100 100011 11101 100011 110000

Color Harmonies of #A67950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A67950

Black with #A67950

Text Example


Text Example

White with #A67950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A67950; }

 p { color: rgb(166,121,80); }

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

background-color css

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

 a { background-color: rgb(166,121,80); }

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

border-color css

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

 span { border-color: rgb(166,121,80); }

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