#A94D25

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

Shades of Rose Of Sharon #A94D25

Tints of Rose Of Sharon #A94D25

Color information

#A94D25 (or 0xA94D25) is unknown color: approx Rose Of Sharon. HEX triplet: A9, 4D and 25. RGB value is (169,77,37). Sum of RGB (Red+Green+Blue) = 169+77+37=283 (37% of max value = 765). Red value is 169 (66.41% from 255 or 59.72% from 283); Green value is 77 (30.47% from 255 or 27.21% from 283); Blue value is 37 (14.84% from 255 or 13.07% from 283); Max value from RGB is 169 - color contains mainly: red. Hex color #A94D25 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A94D25 is #56B2DA. Grayscale: #646464. Windows color (decimal): -5681883 or 2444713. OLE color: 2444713.

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

Color convert

RGB1697737-
CMYK00.540.780.34
HSL18.18º64.08%40.39%-
HSV(B)18.18º78.11%66.27%-
XYZ19.3513.883.41-
YUV99.9592.48177.25-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 59.72%
GREEN value IS 77 (30.47% from 255) = 27.21%
BLUE value IS 37 (14.84% from 255) = 13.07%
R=59.72%
G=27.21%
B=13.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.78
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169773700.540.780.3418.1864.0840.39
HexA94D250364E22124028
Octal25111545066116422210050
Binary10101001100110110010101101101001110100010100101000000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A94D25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A94D25; }

 p { color: rgb(169,77,37); }

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

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

 a { background-color: rgb(169,77,37); }

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

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

 span { border-color: rgb(169,77,37); }

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