#A9512D

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

Shades of Rose Of Sharon #A9512D

Tints of Rose Of Sharon #A9512D

Color information

#A9512D (or 0xA9512D) is unknown color: approx Rose Of Sharon. HEX triplet: A9, 51 and 2D. RGB value is (169,81,45). Sum of RGB (Red+Green+Blue) = 169+81+45=295 (39% of max value = 765). Red value is 169 (66.41% from 255 or 57.29% from 295); Green value is 81 (32.03% from 255 or 27.46% from 295); Blue value is 45 (17.97% from 255 or 15.25% from 295); Max value from RGB is 169 - color contains mainly: red. Hex color #A9512D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A9512D is #56AED2. Grayscale: #676767. Windows color (decimal): -5680851 or 2970025. OLE color: 2970025.

HSL color Cylindrical-coordinate representation of color #A9512D: hue angle of 17.42º 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 #A9512D is Cyan = 0, Magento = 0.52, Yellow = 0.73 and Black (K on CMYK) = 0.34.

Color convert

RGB1698145-
CMYK00.520.730.34
HSL17.42º57.94%41.96%-
HSV(B)17.42º73.37%66.27%-
XYZ19.7814.514.24-
YUV103.2195.15174.93-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 57.29%
GREEN value IS 81 (32.03% from 255) = 27.46%
BLUE value IS 45 (17.97% from 255) = 15.25%
R=57.29%
G=27.46%
B=15.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.73
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169814500.520.730.3417.4257.9441.96
HexA9512D0344922113a2a
Octal2511215506411142217252
Binary1010100110100011011010110100100100110001010001111010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9512D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9512D; }

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

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

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

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

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

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

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

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