#A6502B

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

Shades of Rose Of Sharon #A6502B

Tints of Rose Of Sharon #A6502B

Color information

#A6502B (or 0xA6502B) is unknown color: approx Rose Of Sharon. HEX triplet: A6, 50 and 2B. RGB value is (166,80,43). Sum of RGB (Red+Green+Blue) = 166+80+43=289 (38% of max value = 765). Red value is 166 (65.23% from 255 or 57.44% from 289); Green value is 80 (31.64% from 255 or 27.68% from 289); Blue value is 43 (17.19% from 255 or 14.88% from 289); Max value from RGB is 166 - color contains mainly: red. Hex color #A6502B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A6502B is #59AFD4. Grayscale: #656565. Windows color (decimal): -5877717 or 2838694. OLE color: 2838694.

HSL color Cylindrical-coordinate representation of color #A6502B: hue angle of 18.05º degrees, saturation: 0.59, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A6502B is Cyan = 0, Magento = 0.52, Yellow = 0.74 and Black (K on CMYK) = 0.35.

Color convert

RGB1668043-
CMYK00.520.740.35
HSL18.05º58.85%40.98%-
HSV(B)18.05º74.1%65.1%-
XYZ19.0314.023.99-
YUV101.594.99174.01-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 57.44%
GREEN value IS 80 (31.64% from 255) = 27.68%
BLUE value IS 43 (17.19% from 255) = 14.88%
R=57.44%
G=27.68%
B=14.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.74
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166804300.520.740.3518.0558.8540.98
HexA6502B0344A23123b29
Octal2461205306411243227351
Binary1010011010100001010110110100100101010001110010111011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6502B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6502B; }

 p { color: rgb(166,80,43); }

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

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

 a { background-color: rgb(166,80,43); }

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

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

 span { border-color: rgb(166,80,43); }

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