#a9502d

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

Shades of Rose Of Sharon #A9502D

Tints of Rose Of Sharon #A9502D

Color information

#A9502D (or 0xA9502D) is unknown color: approx Rose Of Sharon. HEX triplet: A9, 50 and 2D. RGB value is (169,80,45). Sum of RGB (Red+Green+Blue) = 169+80+45=294 (38% of max value = 765). Red value is 169 (66.41% from 255 or 57.48% from 294); Green value is 80 (31.64% from 255 or 27.21% from 294); Blue value is 45 (17.97% from 255 or 15.31% from 294); Max value from RGB is 169 - color contains mainly: red. Hex color #A9502D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A9502D is #56AFD2. Grayscale: #666666. Windows color (decimal): -5681107 or 2969769. OLE color: 2969769.

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

Color convert

RGB1698045-
CMYK00.530.730.34
HSL16.94º57.94%41.96%-
HSV(B)16.94º73.37%66.27%-
XYZ19.714.364.22-
YUV102.6295.49175.35-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 57.48%
GREEN value IS 80 (31.64% from 255) = 27.21%
BLUE value IS 45 (17.97% from 255) = 15.31%
R=57.48%
G=27.21%
B=15.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.73
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169804500.530.730.3416.9457.9441.96
HexA9502D0354922113a2a
Octal2511205506511142217252
Binary1010100110100001011010110101100100110001010001111010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a9502d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a9502d; }

 p { color: rgb(169,80,45); }

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

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

 a { background-color: rgb(169,80,45); }

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

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

 span { border-color: rgb(169,80,45); }

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