Html Css Color HEX #A08758 Muesli

📋 copy color: '#A08758'

red 160 ◦ green 135 ◦ blue 88

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

Shades of Muesli #A08758

Tints of Muesli #A08758

RGB

 RED value IS 160 (62.89% from 255) = 41.78%

 GREEN value IS 135 (53.13% from 255) = 35.25%

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

R = 41.78%
G = 35.25%
B = 22.98%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.45

 K value IS 0.37

RGB Variations

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

Color information

#A08758 (or 0xA08758) is known color: Muesli. HEX triplet: A0, 87 and 58. RGB value is (160,135,88). Sum of RGB (Red+Green+Blue) = 160+135+88=383 (50% of max value = 765). Red value is 160 (62.89% from 255 or 41.78% from 383); Green value is 135 (53.12% from 255 or 35.25% from 383); Blue value is 88 (34.77% from 255 or 22.98% from 383); Max value from RGB is 160 - color contains mainly: red. Hex color #A08758 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A08758 is #5F78A7. Grayscale: #898989. Windows color (decimal): -6256808 or 5801888. OLE color: 5801888.

HSL color Cylindrical-coordinate representation of color #A08758: hue angle of 39.17º degrees, saturation: 0.29, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A08758 is Cyan = 0, Magento = 0.16, Yellow = 0.45 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 135 88 -
CMYK 0 0.16 0.45 0.37
HSL 39.17º 0.29% 0.49% -
HSV(B) 39.17º 0.45% 0.63% -
XYZ 24.92 25.51 12.84 -
YUV 137.12 100.28 144.32 -
System Red Green Blue C M Y K H S L
Decimal 160 135 88 0 0.16 0.45 0.37 39.17 0.29 0.49
Hex A0 87 58 0 10 2D 25 27 1D 31
Octal 240 207 130 0 20 55 45 47 35 61
Binary 10100000 10000111 1011000 0 10000 101101 100101 100111 11101 110001

Color Harmonies of #A08758

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08758

Black with #A08758

Text Example


Text Example

White with #A08758

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08758; }

 p { color: rgb(160,135,88); }

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

background-color css

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

 a { background-color: rgb(160,135,88); }

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

border-color css

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

 span { border-color: rgb(160,135,88); }

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