#A08152

Color #A08152 Muesli (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Muesli #A08152

Tints of Muesli #A08152

Color information

#A08152 (or 0xA08152) is unknown color: approx Muesli. HEX triplet: A0, 81 and 52. RGB value is (160,129,82). Sum of RGB (Red+Green+Blue) = 160+129+82=371 (49% of max value = 765). Red value is 160 (62.89% from 255 or 43.13% from 371); Green value is 129 (50.78% from 255 or 34.77% from 371); Blue value is 82 (32.42% from 255 or 22.10% from 371); Max value from RGB is 160 - color contains mainly: red. Hex color #A08152 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A08152 is #5F7EAD. Grayscale: #858585. Windows color (decimal): -6258350 or 5407136. OLE color: 5407136.

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

Color convert

RGB16012982-
CMYK00.190.490.37
HSL36.15º32.23%47.45%-
HSV(B)36.15º48.75%62.75%-
XYZ23.8723.7811.32-
YUV132.9199.27147.32-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 43.13%
GREEN value IS 129 (50.78% from 255) = 34.77%
BLUE value IS 82 (32.42% from 255) = 22.10%
R=43.13%
G=34.77%
B=22.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.49
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601298200.190.490.3736.1532.2347.45
HexA08152013312524202f
Octal2402011220236145444057
Binary10100000100000011010010010011110001100101100100100000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A08152

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A08152; }

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

 H1.HeaderClassName
 {
   color: #A08152;
 }
 .AnyTagClassName
 {
   color: #A08152;
 }
</style>
background-color css

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

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

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

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

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

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