Html Css Color HEX #A64C2E Rose Of Sharon

📋 copy color: '#A64C2E'

red 166 ◦ green 76 ◦ blue 46

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

Shades of Rose Of Sharon #A64C2E

Tints of Rose Of Sharon #A64C2E

RGB

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

 GREEN value IS 76 (30.08% from 255) = 26.39%

 BLUE value IS 46 (18.36% from 255) = 15.97%

R = 57.64%
G = 26.39%
B = 15.97%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.72

 K value IS 0.35

RGB Variations

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

Color information

#A64C2E (or 0xA64C2E) is known color: Rose Of Sharon. HEX triplet: A6, 4C and 2E. RGB value is (166,76,46). Sum of RGB (Red+Green+Blue) = 166+76+46=288 (38% of max value = 765). Red value is 166 (65.23% from 255 or 57.64% from 288); Green value is 76 (30.08% from 255 or 26.39% from 288); Blue value is 46 (18.36% from 255 or 15.97% from 288); Max value from RGB is 166 - color contains mainly: red. Hex color #A64C2E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A64C2E is #59B3D1. Grayscale: #636363. Windows color (decimal): -5878738 or 3034278. OLE color: 3034278.

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

Color convert

RGB 166 76 46 -
CMYK 0 0.54 0.72 0.35
HSL 15º 0.57% 0.42% -
HSV(B) 15º 0.72% 0.65% -
XYZ 18.8 13.47 4.19 -
YUV 99.49 97.82 175.44 -
System Red Green Blue C M Y K H S L
Decimal 166 76 46 0 0.54 0.72 0.35 15 0.57 0.42
Hex A6 4C 2E 0 36 48 23 F 39 2A
Octal 246 114 56 0 66 110 43 17 71 52
Binary 10100110 1001100 101110 0 110110 1001000 100011 1111 111001 101010

Color Harmonies of #A64C2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A64C2E

Black with #A64C2E

Text Example


Text Example

White with #A64C2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A64C2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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