#A94A23

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

Shades of Rose Of Sharon #A94A23

Tints of Rose Of Sharon #A94A23

Color information

#A94A23 (or 0xA94A23) is unknown color: approx Rose Of Sharon. HEX triplet: A9, 4A and 23. RGB value is (169,74,35). Sum of RGB (Red+Green+Blue) = 169+74+35=278 (36% of max value = 765). Red value is 169 (66.41% from 255 or 60.79% from 278); Green value is 74 (29.30% from 255 or 26.62% from 278); Blue value is 35 (14.06% from 255 or 12.59% from 278); Max value from RGB is 169 - color contains mainly: red. Hex color #A94A23 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A94A23 is #56B5DC. Grayscale: #626262. Windows color (decimal): -5682653 or 2312873. OLE color: 2312873.

HSL color Cylindrical-coordinate representation of color #A94A23: hue angle of 17.46º degrees, saturation: 0.66, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A94A23 is Cyan = 0, Magento = 0.56, Yellow = 0.79 and Black (K on CMYK) = 0.34.

Color convert

RGB1697435-
CMYK00.560.790.34
HSL17.46º65.69%40%-
HSV(B)17.46º79.29%66.27%-
XYZ19.1113.453.18-
YUV97.9692.47178.67-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 60.79%
GREEN value IS 74 (29.30% from 255) = 26.62%
BLUE value IS 35 (14.06% from 255) = 12.59%
R=60.79%
G=26.62%
B=12.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.79
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169743500.560.790.3417.4665.6940
HexA94A230384F22114228
Octal25111243070117422110250
Binary10101001100101010001101110001001111100010100011000010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A94A23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A94A23; }

 p { color: rgb(169,74,35); }

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

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

 a { background-color: rgb(169,74,35); }

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

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

 span { border-color: rgb(169,74,35); }

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