#A94B2D

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

Shades of Rose Of Sharon #A94B2D

Tints of Rose Of Sharon #A94B2D

Color information

#A94B2D (or 0xA94B2D) is unknown color: approx Rose Of Sharon. HEX triplet: A9, 4B and 2D. RGB value is (169,75,45). Sum of RGB (Red+Green+Blue) = 169+75+45=289 (38% of max value = 765). Red value is 169 (66.41% from 255 or 58.48% from 289); Green value is 75 (29.69% from 255 or 25.95% from 289); Blue value is 45 (17.97% from 255 or 15.57% from 289); Max value from RGB is 169 - color contains mainly: red. Hex color #A94B2D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A94B2D is #56B4D2. Grayscale: #636363. Windows color (decimal): -5682387 or 2968489. OLE color: 2968489.

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

Color convert

RGB1697545-
CMYK00.560.730.34
HSL14.52º57.94%41.96%-
HSV(B)14.52º73.37%66.27%-
XYZ19.3513.664.1-
YUV99.6997.14177.44-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 58.48%
GREEN value IS 75 (29.69% from 255) = 25.95%
BLUE value IS 45 (17.97% from 255) = 15.57%
R=58.48%
G=25.95%
B=15.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.73
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169754500.560.730.3414.5257.9441.96
HexA94B2D0384922f3a2a
Octal2511135507011142177252
Binary101010011001011101101011100010010011000101111111010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A94B2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A94B2D; }

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

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

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

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

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

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

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

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