#AA482E

Color #AA482E Rose Of Sharon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rose Of Sharon #AA482E

Tints of Rose Of Sharon #AA482E

Color information

#AA482E (or 0xAA482E) is unknown color: approx Rose Of Sharon. HEX triplet: AA, 48 and 2E. RGB value is (170,72,46). Sum of RGB (Red+Green+Blue) = 170+72+46=288 (38% of max value = 765). Red value is 170 (66.80% from 255 or 59.03% from 288); Green value is 72 (28.52% from 255 or 25% from 288); Blue value is 46 (18.36% from 255 or 15.97% from 288); Max value from RGB is 170 - color contains mainly: red. Hex color #AA482E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA482E is #55B7D1. Grayscale: #626262. Windows color (decimal): -5617618 or 3033258. OLE color: 3033258.

HSL color Cylindrical-coordinate representation of color #AA482E: hue angle of 12.58º degrees, saturation: 0.57, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AA482E is Cyan = 0, Magento = 0.58, Yellow = 0.73 and Black (K on CMYK) = 0.33.

Color convert

RGB1707246-
CMYK00.580.730.33
HSL12.58º57.41%42.35%-
HSV(B)12.58º72.94%66.67%-
XYZ19.3913.384.15-
YUV98.3498.47179.11-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 59.03%
GREEN value IS 72 (28.52% from 255) = 25%
BLUE value IS 46 (18.36% from 255) = 15.97%
R=59.03%
G=25%
B=15.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.73
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170724600.580.730.3312.5857.4142.35
HexAA482E03A4921d392a
Octal2521105607211141157152
Binary101010101001000101110011101010010011000011101111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA482E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA482E; }

 p { color: rgb(170,72,46); }

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

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

 a { background-color: rgb(170,72,46); }

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

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

 span { border-color: rgb(170,72,46); }

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