#A84A2D

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

Shades of Rose Of Sharon #A84A2D

Tints of Rose Of Sharon #A84A2D

Color information

#A84A2D (or 0xA84A2D) is unknown color: approx Rose Of Sharon. HEX triplet: A8, 4A and 2D. RGB value is (168,74,45). Sum of RGB (Red+Green+Blue) = 168+74+45=287 (38% of max value = 765). Red value is 168 (66.02% from 255 or 58.54% from 287); Green value is 74 (29.30% from 255 or 25.78% from 287); Blue value is 45 (17.97% from 255 or 15.68% from 287); Max value from RGB is 168 - color contains mainly: red. Hex color #A84A2D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A84A2D is #57B5D2. Grayscale: #636363. Windows color (decimal): -5748179 or 2968232. OLE color: 2968232.

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

Color convert

RGB1687445-
CMYK00.560.730.34
HSL14.15º57.75%41.76%-
HSV(B)14.15º73.21%65.88%-
XYZ19.0713.414.07-
YUV98.897.64177.36-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 58.54%
GREEN value IS 74 (29.30% from 255) = 25.78%
BLUE value IS 45 (17.97% from 255) = 15.68%
R=58.54%
G=25.78%
B=15.68%

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
Decimal168744500.560.730.3414.1557.7541.76
HexA84A2D0384922e3a2a
Octal2501125507011142167252
Binary101010001001010101101011100010010011000101110111010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A84A2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A84A2D; }

 p { color: rgb(168,74,45); }

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

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

 a { background-color: rgb(168,74,45); }

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

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

 span { border-color: rgb(168,74,45); }

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