#A38252

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

Shades of Muesli #A38252

Tints of Muesli #A38252

Color information

#A38252 (or 0xA38252) is unknown color: approx Muesli. HEX triplet: A3, 82 and 52. RGB value is (163,130,82). Sum of RGB (Red+Green+Blue) = 163+130+82=375 (49% of max value = 765). Red value is 163 (64.06% from 255 or 43.47% from 375); Green value is 130 (51.17% from 255 or 34.67% from 375); Blue value is 82 (32.42% from 255 or 21.87% from 375); Max value from RGB is 163 - color contains mainly: red. Hex color #A38252 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A38252 is #5C7DAD. Grayscale: #868686. Windows color (decimal): -6061486 or 5407395. OLE color: 5407395.

HSL color Cylindrical-coordinate representation of color #A38252: hue angle of 35.56º degrees, saturation: 0.33, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A38252 is Cyan = 0, Magento = 0.20, Yellow = 0.50 and Black (K on CMYK) = 0.36.

Color convert

RGB16313082-
CMYK00.200.500.36
HSL35.56º33.06%48.04%-
HSV(B)35.56º49.69%63.92%-
XYZ24.6124.3611.39-
YUV134.498.43148.4-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 43.47%
GREEN value IS 130 (51.17% from 255) = 34.67%
BLUE value IS 82 (32.42% from 255) = 21.87%
R=43.47%
G=34.67%
B=21.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.50
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631308200.200.500.3635.5633.0648.04
HexA382520143224242130
Octal2432021220246244444160
Binary10100011100000101010010010100110010100100100100100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A38252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A38252; }

 p { color: rgb(163,130,82); }

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

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

 a { background-color: rgb(163,130,82); }

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

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

 span { border-color: rgb(163,130,82); }

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