#a84728

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

Shades of Rose Of Sharon #A84728

Tints of Rose Of Sharon #A84728

Color information

#A84728 (or 0xA84728) is unknown color: approx Rose Of Sharon. HEX triplet: A8, 47 and 28. RGB value is (168,71,40). Sum of RGB (Red+Green+Blue) = 168+71+40=279 (36% of max value = 765). Red value is 168 (66.02% from 255 or 60.22% from 279); Green value is 71 (28.12% from 255 or 25.45% from 279); Blue value is 40 (16.02% from 255 or 14.34% from 279); Max value from RGB is 168 - color contains mainly: red. Hex color #A84728 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A84728 is #57B8D7. Grayscale: #606060. Windows color (decimal): -5748952 or 2639784. OLE color: 2639784.

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

Color convert

RGB1687140-
CMYK00.580.760.34
HSL14.53º61.54%40.78%-
HSV(B)14.53º76.19%65.88%-
XYZ18.7812.983.52-
YUV96.4796.14179.02-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 60.22%
GREEN value IS 71 (28.12% from 255) = 25.45%
BLUE value IS 40 (16.02% from 255) = 14.34%
R=60.22%
G=25.45%
B=14.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.76
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168714000.580.760.3414.5361.5440.78
HexA8472803A4C22f3e29
Octal2501075007211442177651
Binary101010001000111101000011101010011001000101111111110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a84728

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a84728; }

 p { color: rgb(168,71,40); }

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

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

 a { background-color: rgb(168,71,40); }

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

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

 span { border-color: rgb(168,71,40); }

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