Html Css Color HEX #A68058 Muesli

📋 copy color: '#A68058'

red 166 ◦ green 128 ◦ blue 88

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

Shades of Muesli #A68058

Tints of Muesli #A68058

RGB

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

 GREEN value IS 128 (50.39% from 255) = 33.51%

 BLUE value IS 88 (34.77% from 255) = 23.04%

R = 43.46%
G = 33.51%
B = 23.04%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.47

 K value IS 0.35

RGB Variations

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

Color information

#A68058 (or 0xA68058) is known color: Muesli. HEX triplet: A6, 80 and 58. RGB value is (166,128,88). Sum of RGB (Red+Green+Blue) = 166+128+88=382 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.46% from 382); Green value is 128 (50.39% from 255 or 33.51% from 382); Blue value is 88 (34.77% from 255 or 23.04% from 382); Max value from RGB is 166 - color contains mainly: red. Hex color #A68058 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A68058 is #597FA7. Grayscale: #878787. Windows color (decimal): -5865384 or 5800102. OLE color: 5800102.

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

Color convert

RGB 166 128 88 -
CMYK 0 0.23 0.47 0.35
HSL 30.77º 0.31% 0.5% -
HSV(B) 30.77º 0.47% 0.65% -
XYZ 25.21 24.25 12.58 -
YUV 134.8 101.59 150.25 -
System Red Green Blue C M Y K H S L
Decimal 166 128 88 0 0.23 0.47 0.35 30.77 0.31 0.5
Hex A6 80 58 0 17 2F 23 1F 1F 32
Octal 246 200 130 0 27 57 43 37 37 62
Binary 10100110 10000000 1011000 0 10111 101111 100011 11111 11111 110010

Color Harmonies of #A68058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A68058

Black with #A68058

Text Example


Text Example

White with #A68058

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A68058; }

 p { color: rgb(166,128,88); }

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

background-color css

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

 a { background-color: rgb(166,128,88); }

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

border-color css

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

 span { border-color: rgb(166,128,88); }

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