Html Css Color HEX #A08258 Muesli

📋 copy color: '#A08258'

red 160 ◦ green 130 ◦ blue 88

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

Shades of Muesli #A08258

Tints of Muesli #A08258

RGB

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

 GREEN value IS 130 (51.17% from 255) = 34.39%

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

R = 42.33%
G = 34.39%
B = 23.28%

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

#A08258 (or 0xA08258) is known color: Muesli. HEX triplet: A0, 82 and 58. RGB value is (160,130,88). Sum of RGB (Red+Green+Blue) = 160+130+88=378 (50% of max value = 765). Red value is 160 (62.89% from 255 or 42.33% from 378); Green value is 130 (51.17% from 255 or 34.39% from 378); Blue value is 88 (34.77% from 255 or 23.28% from 378); Max value from RGB is 160 - color contains mainly: red. Hex color #A08258 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A08258 is #5F7DA7. Grayscale: #868686. Windows color (decimal): -6258088 or 5800608. OLE color: 5800608.

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

Color convert

RGB 160 130 88 -
CMYK 0 0.19 0.45 0.37
HSL 35º 0.29% 0.49% -
HSV(B) 35º 0.45% 0.63% -
XYZ 24.24 24.14 12.62 -
YUV 134.18 101.94 146.42 -
System Red Green Blue C M Y K H S L
Decimal 160 130 88 0 0.19 0.45 0.37 35 0.29 0.49
Hex A0 82 58 0 13 2D 25 23 1D 31
Octal 240 202 130 0 23 55 45 43 35 61
Binary 10100000 10000010 1011000 0 10011 101101 100101 100011 11101 110001

Color Harmonies of #A08258

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08258

Black with #A08258

Text Example


Text Example

White with #A08258

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08258; }

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

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

background-color css

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

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

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

border-color css

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

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

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