Html Css Color HEX #A64E2D Rose Of Sharon

📋 copy color: '#A64E2D'

red 166 ◦ green 78 ◦ blue 45

#A64E2D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rose Of Sharon #A64E2D

Tints of Rose Of Sharon #A64E2D

RGB

 RED value IS 166 (65.23% from 255) = 57.44%

 GREEN value IS 78 (30.86% from 255) = 26.99%

 BLUE value IS 45 (17.97% from 255) = 15.57%

R = 57.44%
G = 26.99%
B = 15.57%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.73

 K value IS 0.35

RGB Variations

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

Color information

#A64E2D (or 0xA64E2D) is known color: Rose Of Sharon. HEX triplet: A6, 4E and 2D. RGB value is (166,78,45). Sum of RGB (Red+Green+Blue) = 166+78+45=289 (38% of max value = 765). Red value is 166 (65.23% from 255 or 57.44% from 289); Green value is 78 (30.86% from 255 or 26.99% from 289); Blue value is 45 (17.97% from 255 or 15.57% from 289); Max value from RGB is 166 - color contains mainly: red. Hex color #A64E2D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A64E2D is #59B1D2. Grayscale: #646464. Windows color (decimal): -5878227 or 2969254. OLE color: 2969254.

HSL color Cylindrical-coordinate representation of color #A64E2D: hue angle of 16.36º 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 #A64E2D is Cyan = 0, Magento = 0.53, Yellow = 0.73 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 78 45 -
CMYK 0 0.53 0.73 0.35
HSL 16.36º 0.57% 0.41% -
HSV(B) 16.36º 0.73% 0.65% -
XYZ 18.92 13.75 4.14 -
YUV 100.55 96.65 174.68 -
System Red Green Blue C M Y K H S L
Decimal 166 78 45 0 0.53 0.73 0.35 16.36 0.57 0.41
Hex A6 4E 2D 0 35 49 23 10 39 29
Octal 246 116 55 0 65 111 43 20 71 51
Binary 10100110 1001110 101101 0 110101 1001001 100011 10000 111001 101001

Color Harmonies of #A64E2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A64E2D

Black with #A64E2D

Text Example


Text Example

White with #A64E2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A64E2D; }

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

 H1.HeaderClassName
 {
   color: #A64E2D;
 }
 .AnyTagClassName
 {
   color: #A64E2D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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