#A8482A

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

Shades of Rose Of Sharon #A8482A

Tints of Rose Of Sharon #A8482A

Color information

#A8482A (or 0xA8482A) is unknown color: approx Rose Of Sharon. HEX triplet: A8, 48 and 2A. RGB value is (168,72,42). Sum of RGB (Red+Green+Blue) = 168+72+42=282 (37% of max value = 765). Red value is 168 (66.02% from 255 or 59.57% from 282); Green value is 72 (28.52% from 255 or 25.53% from 282); Blue value is 42 (16.80% from 255 or 14.89% from 282); Max value from RGB is 168 - color contains mainly: red. Hex color #A8482A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A8482A is #57B7D5. Grayscale: #616161. Windows color (decimal): -5748694 or 2771112. OLE color: 2771112.

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

Color convert

RGB1687242-
CMYK00.570.750.34
HSL14.29º60%41.18%-
HSV(B)14.29º75%65.88%-
XYZ18.8813.133.73-
YUV97.2896.8178.44-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 59.57%
GREEN value IS 72 (28.52% from 255) = 25.53%
BLUE value IS 42 (16.80% from 255) = 14.89%
R=59.57%
G=25.53%
B=14.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.75
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168724200.570.750.3414.296041.18
HexA8482A0394B22e3c29
Octal2501105207111342167451
Binary101010001001000101010011100110010111000101110111100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8482A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8482A; }

 p { color: rgb(168,72,42); }

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

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

 a { background-color: rgb(168,72,42); }

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

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

 span { border-color: rgb(168,72,42); }

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