#A6502A

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

Shades of Rose Of Sharon #A6502A

Tints of Rose Of Sharon #A6502A

Color information

#A6502A (or 0xA6502A) is unknown color: approx Rose Of Sharon. HEX triplet: A6, 50 and 2A. RGB value is (166,80,42). Sum of RGB (Red+Green+Blue) = 166+80+42=288 (38% of max value = 765). Red value is 166 (65.23% from 255 or 57.64% from 288); Green value is 80 (31.64% from 255 or 27.78% from 288); Blue value is 42 (16.80% from 255 or 14.58% from 288); Max value from RGB is 166 - color contains mainly: red. Hex color #A6502A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A6502A is #59AFD5. Grayscale: #656565. Windows color (decimal): -5877718 or 2773158. OLE color: 2773158.

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

Color convert

RGB1668042-
CMYK00.520.750.35
HSL18.39º59.62%40.78%-
HSV(B)18.39º74.7%65.1%-
XYZ19.0114.013.89-
YUV101.3894.49174.09-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 57.64%
GREEN value IS 80 (31.64% from 255) = 27.78%
BLUE value IS 42 (16.80% from 255) = 14.58%
R=57.64%
G=27.78%
B=14.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.75
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166804200.520.750.3518.3959.6240.78
HexA6502A0344B23123c29
Octal2461205206411343227451
Binary1010011010100001010100110100100101110001110010111100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6502A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6502A; }

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

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

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

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

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

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

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

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