#A64B2D

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

Shades of Rose Of Sharon #A64B2D

Tints of Rose Of Sharon #A64B2D

Color information

#A64B2D (or 0xA64B2D) is unknown color: approx Rose Of Sharon. HEX triplet: A6, 4B and 2D. RGB value is (166,75,45). Sum of RGB (Red+Green+Blue) = 166+75+45=286 (37% of max value = 765). Red value is 166 (65.23% from 255 or 58.04% from 286); Green value is 75 (29.69% from 255 or 26.22% from 286); Blue value is 45 (17.97% from 255 or 15.73% from 286); Max value from RGB is 166 - color contains mainly: red. Hex color #A64B2D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A64B2D is #59B4D2. Grayscale: #636363. Windows color (decimal): -5878995 or 2968486. OLE color: 2968486.

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

Color convert

RGB1667545-
CMYK00.550.730.35
HSL14.88º57.35%41.37%-
HSV(B)14.88º72.89%65.1%-
XYZ18.7213.334.07-
YUV98.7997.65175.94-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 58.04%
GREEN value IS 75 (29.69% from 255) = 26.22%
BLUE value IS 45 (17.97% from 255) = 15.73%
R=58.04%
G=26.22%
B=15.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.73
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166754500.550.730.3514.8857.3541.37
HexA64B2D0374923f3929
Octal2461135506711143177151
Binary101001101001011101101011011110010011000111111111001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A64B2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A64B2D; }

 p { color: rgb(166,75,45); }

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

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

 a { background-color: rgb(166,75,45); }

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

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

 span { border-color: rgb(166,75,45); }

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