#A8532E

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

Shades of Rose Of Sharon #A8532E

Tints of Rose Of Sharon #A8532E

Color information

#A8532E (or 0xA8532E) is unknown color: approx Rose Of Sharon. HEX triplet: A8, 53 and 2E. RGB value is (168,83,46). Sum of RGB (Red+Green+Blue) = 168+83+46=297 (39% of max value = 765). Red value is 168 (66.02% from 255 or 56.57% from 297); Green value is 83 (32.81% from 255 or 27.95% from 297); Blue value is 46 (18.36% from 255 or 15.49% from 297); Max value from RGB is 168 - color contains mainly: red. Hex color #A8532E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A8532E is #57ACD1. Grayscale: #686868. Windows color (decimal): -5745874 or 3036072. OLE color: 3036072.

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

Color convert

RGB1688346-
CMYK00.510.730.34
HSL18.2º57.01%41.96%-
HSV(B)18.2º72.62%65.88%-
XYZ19.7314.714.38-
YUV104.295.16173.51-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 56.57%
GREEN value IS 83 (32.81% from 255) = 27.95%
BLUE value IS 46 (18.36% from 255) = 15.49%
R=56.57%
G=27.95%
B=15.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.73
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168834600.510.730.3418.257.0141.96
HexA8532E033492212392a
Octal2501235606311142227152
Binary1010100010100111011100110011100100110001010010111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8532E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8532E; }

 p { color: rgb(168,83,46); }

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

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

 a { background-color: rgb(168,83,46); }

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

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

 span { border-color: rgb(168,83,46); }

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