#AA4D30

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

Shades of Rose Of Sharon #AA4D30

Tints of Rose Of Sharon #AA4D30

Color information

#AA4D30 (or 0xAA4D30) is unknown color: approx Rose Of Sharon. HEX triplet: AA, 4D and 30. RGB value is (170,77,48). Sum of RGB (Red+Green+Blue) = 170+77+48=295 (39% of max value = 765). Red value is 170 (66.80% from 255 or 57.63% from 295); Green value is 77 (30.47% from 255 or 26.10% from 295); Blue value is 48 (19.14% from 255 or 16.27% from 295); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4D30 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA4D30 is #55B2CF. Grayscale: #656565. Windows color (decimal): -5616336 or 3165610. OLE color: 3165610.

HSL color Cylindrical-coordinate representation of color #AA4D30: hue angle of 14.26º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AA4D30 is Cyan = 0, Magento = 0.55, Yellow = 0.72 and Black (K on CMYK) = 0.33.

Color convert

RGB1707748-
CMYK00.550.720.33
HSL14.26º55.96%42.75%-
HSV(B)14.26º71.76%66.67%-
XYZ19.7614.074.47-
YUV101.597.81176.86-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 57.63%
GREEN value IS 77 (30.47% from 255) = 26.10%
BLUE value IS 48 (19.14% from 255) = 16.27%
R=57.63%
G=26.10%
B=16.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.72
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170774800.550.720.3314.2655.9642.75
HexAA4D300374821e382b
Octal2521156006711041167053
Binary101010101001101110000011011110010001000011110111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA4D30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA4D30; }

 p { color: rgb(170,77,48); }

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

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

 a { background-color: rgb(170,77,48); }

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

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

 span { border-color: rgb(170,77,48); }

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