#A9562A

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

Shades of Rose Of Sharon #A9562A

Tints of Rose Of Sharon #A9562A

Color information

#A9562A (or 0xA9562A) is unknown color: approx Rose Of Sharon. HEX triplet: A9, 56 and 2A. RGB value is (169,86,42). Sum of RGB (Red+Green+Blue) = 169+86+42=297 (39% of max value = 765). Red value is 169 (66.41% from 255 or 56.90% from 297); Green value is 86 (33.98% from 255 or 28.96% from 297); Blue value is 42 (16.80% from 255 or 14.14% from 297); Max value from RGB is 169 - color contains mainly: red. Hex color #A9562A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A9562A is #56A9D5. Grayscale: #6A6A6A. Windows color (decimal): -5679574 or 2774697. OLE color: 2774697.

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

Color convert

RGB1698642-
CMYK00.490.750.34
HSL20.79º60.19%41.37%-
HSV(B)20.79º75.15%66.27%-
XYZ20.1115.264.08-
YUV105.892173.08-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 56.90%
GREEN value IS 86 (33.98% from 255) = 28.96%
BLUE value IS 42 (16.80% from 255) = 14.14%
R=56.90%
G=28.96%
B=14.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.75
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169864200.490.750.3420.7960.1941.37
HexA9562A0314B22153c29
Octal2511265206111342257451
Binary1010100110101101010100110001100101110001010101111100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9562A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9562A; }

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

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

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

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

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

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

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

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