#A94826

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

Shades of Rose Of Sharon #A94826

Tints of Rose Of Sharon #A94826

Color information

#A94826 (or 0xA94826) is unknown color: approx Rose Of Sharon. HEX triplet: A9, 48 and 26. RGB value is (169,72,38). Sum of RGB (Red+Green+Blue) = 169+72+38=279 (36% of max value = 765). Red value is 169 (66.41% from 255 or 60.57% from 279); Green value is 72 (28.52% from 255 or 25.81% from 279); Blue value is 38 (15.23% from 255 or 13.62% from 279); Max value from RGB is 169 - color contains mainly: red. Hex color #A94826 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A94826 is #56B7D9. Grayscale: #616161. Windows color (decimal): -5683162 or 2508969. OLE color: 2508969.

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

Color convert

RGB1697238-
CMYK00.570.780.34
HSL15.57º63.29%40.59%-
HSV(B)15.57º77.51%66.27%-
XYZ19.0313.213.38-
YUV97.1394.64179.26-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 60.57%
GREEN value IS 72 (28.52% from 255) = 25.81%
BLUE value IS 38 (15.23% from 255) = 13.62%
R=60.57%
G=25.81%
B=13.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.78
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169723800.570.780.3415.5763.2940.59
HexA948260394E22103f29
Octal2511104607111642207751
Binary1010100110010001001100111001100111010001010000111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A94826

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A94826; }

 p { color: rgb(169,72,38); }

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

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

 a { background-color: rgb(169,72,38); }

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

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

 span { border-color: rgb(169,72,38); }

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