Html Css Color HEX #A67750 Muesli

📋 copy color: '#A67750'

red 166 ◦ green 119 ◦ blue 80

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

Shades of Muesli #A67750

Tints of Muesli #A67750

RGB

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

 GREEN value IS 119 (46.88% from 255) = 32.6%

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

R = 45.48%
G = 32.6%
B = 21.92%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.52

 K value IS 0.35

RGB Variations

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

Color information

#A67750 (or 0xA67750) is known color: Muesli. HEX triplet: A6, 77 and 50. RGB value is (166,119,80). Sum of RGB (Red+Green+Blue) = 166+119+80=365 (48% of max value = 765). Red value is 166 (65.23% from 255 or 45.48% from 365); Green value is 119 (46.88% from 255 or 32.60% from 365); Blue value is 80 (31.64% from 255 or 21.92% from 365); Max value from RGB is 166 - color contains mainly: red. Hex color #A67750 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A67750 is #5988AF. Grayscale: #808080. Windows color (decimal): -5867696 or 5273510. OLE color: 5273510.

HSL color Cylindrical-coordinate representation of color #A67750: hue angle of 27.21º 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 #A67750 is Cyan = 0, Magento = 0.28, Yellow = 0.52 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 119 80 -
CMYK 0 0.28 0.52 0.35
HSL 27.21º 0.35% 0.48% -
HSV(B) 27.21º 0.52% 0.65% -
XYZ 23.77 21.88 10.56 -
YUV 128.61 100.57 154.67 -
System Red Green Blue C M Y K H S L
Decimal 166 119 80 0 0.28 0.52 0.35 27.21 0.35 0.48
Hex A6 77 50 0 1C 34 23 1B 23 30
Octal 246 167 120 0 34 64 43 33 43 60
Binary 10100110 1110111 1010000 0 11100 110100 100011 11011 100011 110000

Color Harmonies of #A67750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A67750

Black with #A67750

Text Example


Text Example

White with #A67750

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A67750; }

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

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

background-color css

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

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

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

border-color css

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

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

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