#A64F2E

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

Shades of Rose Of Sharon #A64F2E

Tints of Rose Of Sharon #A64F2E

Color information

#A64F2E (or 0xA64F2E) is unknown color: approx Rose Of Sharon. HEX triplet: A6, 4F and 2E. RGB value is (166,79,46). Sum of RGB (Red+Green+Blue) = 166+79+46=291 (38% of max value = 765). Red value is 166 (65.23% from 255 or 57.04% from 291); Green value is 79 (31.25% from 255 or 27.15% from 291); Blue value is 46 (18.36% from 255 or 15.81% from 291); Max value from RGB is 166 - color contains mainly: red. Hex color #A64F2E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A64F2E is #59B0D1. Grayscale: #656565. Windows color (decimal): -5877970 or 3035046. OLE color: 3035046.

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

Color convert

RGB1667946-
CMYK00.520.720.35
HSL16.5º56.6%41.57%-
HSV(B)16.5º72.29%65.1%-
XYZ19.0213.94.26-
YUV101.2596.82174.18-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 57.04%
GREEN value IS 79 (31.25% from 255) = 27.15%
BLUE value IS 46 (18.36% from 255) = 15.81%
R=57.04%
G=27.15%
B=15.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.72
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166794600.520.720.3516.556.641.57
HexA64F2E034482310392a
Octal2461175606411043207152
Binary1010011010011111011100110100100100010001110000111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A64F2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A64F2E; }

 p { color: rgb(166,79,46); }

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

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

 a { background-color: rgb(166,79,46); }

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

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

 span { border-color: rgb(166,79,46); }

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