Html Css Color HEX #A08158 Muesli

📋 copy color: '#A08158'

red 160 ◦ green 129 ◦ blue 88

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

Shades of Muesli #A08158

Tints of Muesli #A08158

RGB

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

 GREEN value IS 129 (50.78% from 255) = 34.22%

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

R = 42.44%
G = 34.22%
B = 23.34%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.45

 K value IS 0.37

RGB Variations

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

Color information

#A08158 (or 0xA08158) is known color: Muesli. HEX triplet: A0, 81 and 58. RGB value is (160,129,88). Sum of RGB (Red+Green+Blue) = 160+129+88=377 (49% of max value = 765). Red value is 160 (62.89% from 255 or 42.44% from 377); Green value is 129 (50.78% from 255 or 34.22% from 377); Blue value is 88 (34.77% from 255 or 23.34% from 377); Max value from RGB is 160 - color contains mainly: red. Hex color #A08158 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A08158 is #5F7EA7. Grayscale: #858585. Windows color (decimal): -6258344 or 5800352. OLE color: 5800352.

HSL color Cylindrical-coordinate representation of color #A08158: hue angle of 34.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 #A08158 is Cyan = 0, Magento = 0.19, Yellow = 0.45 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 129 88 -
CMYK 0 0.19 0.45 0.37
HSL 34.17º 0.29% 0.49% -
HSV(B) 34.17º 0.45% 0.63% -
XYZ 24.11 23.88 12.57 -
YUV 133.6 102.27 146.83 -
System Red Green Blue C M Y K H S L
Decimal 160 129 88 0 0.19 0.45 0.37 34.17 0.29 0.49
Hex A0 81 58 0 13 2D 25 22 1D 31
Octal 240 201 130 0 23 55 45 42 35 61
Binary 10100000 10000001 1011000 0 10011 101101 100101 100010 11101 110001

Color Harmonies of #A08158

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08158

Black with #A08158

Text Example


Text Example

White with #A08158

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08158; }

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

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

background-color css

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

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

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

border-color css

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

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

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