Html Css Color HEX #A64E2C Rose Of Sharon

📋 copy color: '#A64E2C'

red 166 ◦ green 78 ◦ blue 44

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

Shades of Rose Of Sharon #A64E2C

Tints of Rose Of Sharon #A64E2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 15.28%

R = 57.64%
G = 27.08%
B = 15.28%

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

#A64E2C (or 0xA64E2C) is known color: Rose Of Sharon. HEX triplet: A6, 4E and 2C. RGB value is (166,78,44). Sum of RGB (Red+Green+Blue) = 166+78+44=288 (38% of max value = 765). Red value is 166 (65.23% from 255 or 57.64% from 288); Green value is 78 (30.86% from 255 or 27.08% from 288); Blue value is 44 (17.58% from 255 or 15.28% from 288); Max value from RGB is 166 - color contains mainly: red. Hex color #A64E2C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A64E2C is #59B1D3. Grayscale: #646464. Windows color (decimal): -5878228 or 2903718. OLE color: 2903718.

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

Color convert

RGB 166 78 44 -
CMYK 0 0.53 0.73 0.35
HSL 16.72º 0.58% 0.41% -
HSV(B) 16.72º 0.73% 0.65% -
XYZ 18.9 13.74 4.04 -
YUV 100.44 96.15 174.76 -
System Red Green Blue C M Y K H S L
Decimal 166 78 44 0 0.53 0.73 0.35 16.72 0.58 0.41
Hex A6 4E 2C 0 35 49 23 11 3A 29
Octal 246 116 54 0 65 111 43 21 72 51
Binary 10100110 1001110 101100 0 110101 1001001 100011 10001 111010 101001

Color Harmonies of #A64E2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A64E2C

Black with #A64E2C

Text Example


Text Example

White with #A64E2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A64E2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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