#A9532A

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

Shades of Rose Of Sharon #A9532A

Tints of Rose Of Sharon #A9532A

Color information

#A9532A (or 0xA9532A) is unknown color: approx Rose Of Sharon. HEX triplet: A9, 53 and 2A. RGB value is (169,83,42). Sum of RGB (Red+Green+Blue) = 169+83+42=294 (38% of max value = 765). Red value is 169 (66.41% from 255 or 57.48% from 294); Green value is 83 (32.81% from 255 or 28.23% from 294); Blue value is 42 (16.80% from 255 or 14.29% from 294); Max value from RGB is 169 - color contains mainly: red. Hex color #A9532A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A9532A is #56ACD5. Grayscale: #686868. Windows color (decimal): -5680342 or 2773929. OLE color: 2773929.

HSL color Cylindrical-coordinate representation of color #A9532A: hue angle of 19.37º degrees, saturation: 0.6, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A9532A is Cyan = 0, Magento = 0.51, Yellow = 0.75 and Black (K on CMYK) = 0.34.

Color convert

RGB1698342-
CMYK00.510.750.34
HSL19.37º60.19%41.37%-
HSV(B)19.37º75.15%66.27%-
XYZ19.8714.794-
YUV104.0492.99174.33-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 57.48%
GREEN value IS 83 (32.81% from 255) = 28.23%
BLUE value IS 42 (16.80% from 255) = 14.29%
R=57.48%
G=28.23%
B=14.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.75
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169834200.510.750.3419.3760.1941.37
HexA9532A0334B22133c29
Octal2511235206311342237451
Binary1010100110100111010100110011100101110001010011111100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9532A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9532A; }

 p { color: rgb(169,83,42); }

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

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

 a { background-color: rgb(169,83,42); }

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

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

 span { border-color: rgb(169,83,42); }

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