Html Css Color HEX #A08552 Muesli

📋 copy color: '#A08552'

red 160 ◦ green 133 ◦ blue 82

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

Shades of Muesli #A08552

Tints of Muesli #A08552

RGB

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

 GREEN value IS 133 (52.34% from 255) = 35.47%

 BLUE value IS 82 (32.42% from 255) = 21.87%

R = 42.67%
G = 35.47%
B = 21.87%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.49

 K value IS 0.37

RGB Variations

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

Color information

#A08552 (or 0xA08552) is known color: Muesli. HEX triplet: A0, 85 and 52. RGB value is (160,133,82). Sum of RGB (Red+Green+Blue) = 160+133+82=375 (49% of max value = 765). Red value is 160 (62.89% from 255 or 42.67% from 375); Green value is 133 (52.34% from 255 or 35.47% from 375); Blue value is 82 (32.42% from 255 or 21.87% from 375); Max value from RGB is 160 - color contains mainly: red. Hex color #A08552 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A08552 is #5F7AAD. Grayscale: #878787. Windows color (decimal): -6257326 or 5408160. OLE color: 5408160.

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

Color convert

RGB 160 133 82 -
CMYK 0 0.17 0.49 0.37
HSL 39.23º 0.32% 0.47% -
HSV(B) 39.23º 0.49% 0.63% -
XYZ 24.41 24.86 11.49 -
YUV 135.26 97.95 145.65 -
System Red Green Blue C M Y K H S L
Decimal 160 133 82 0 0.17 0.49 0.37 39.23 0.32 0.47
Hex A0 85 52 0 11 31 25 27 20 2F
Octal 240 205 122 0 21 61 45 47 40 57
Binary 10100000 10000101 1010010 0 10001 110001 100101 100111 100000 101111

Color Harmonies of #A08552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08552

Black with #A08552

Text Example


Text Example

White with #A08552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08552; }

 p { color: rgb(160,133,82); }

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

background-color css

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

 a { background-color: rgb(160,133,82); }

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

border-color css

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

 span { border-color: rgb(160,133,82); }

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