Html Css Color HEX #A64928 Rose Of Sharon

📋 copy color: '#A64928'

red 166 ◦ green 73 ◦ blue 40

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

Shades of Rose Of Sharon #A64928

Tints of Rose Of Sharon #A64928

RGB

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

 GREEN value IS 73 (28.91% from 255) = 26.16%

 BLUE value IS 40 (16.02% from 255) = 14.34%

R = 59.5%
G = 26.16%
B = 14.34%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.76

 K value IS 0.35

RGB Variations

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

Color information

#A64928 (or 0xA64928) is known color: Rose Of Sharon. HEX triplet: A6, 49 and 28. RGB value is (166,73,40). Sum of RGB (Red+Green+Blue) = 166+73+40=279 (36% of max value = 765). Red value is 166 (65.23% from 255 or 59.50% from 279); Green value is 73 (28.91% from 255 or 26.16% from 279); Blue value is 40 (16.02% from 255 or 14.34% from 279); Max value from RGB is 166 - color contains mainly: red. Hex color #A64928 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A64928 is #59B6D7. Grayscale: #616161. Windows color (decimal): -5879512 or 2640294. OLE color: 2640294.

HSL color Cylindrical-coordinate representation of color #A64928: hue angle of 15.71º degrees, saturation: 0.61, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A64928 is Cyan = 0, Magento = 0.56, Yellow = 0.76 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 73 40 -
CMYK 0 0.56 0.76 0.35
HSL 15.71º 0.61% 0.4% -
HSV(B) 15.71º 0.76% 0.65% -
XYZ 18.49 13.03 3.55 -
YUV 97.05 95.81 177.18 -
System Red Green Blue C M Y K H S L
Decimal 166 73 40 0 0.56 0.76 0.35 15.71 0.61 0.4
Hex A6 49 28 0 38 4C 23 10 3D 28
Octal 246 111 50 0 70 114 43 20 75 50
Binary 10100110 1001001 101000 0 111000 1001100 100011 10000 111101 101000

Color Harmonies of #A64928

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A64928

Black with #A64928

Text Example


Text Example

White with #A64928

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A64928; }

 p { color: rgb(166,73,40); }

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

background-color css

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

 a { background-color: rgb(166,73,40); }

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

border-color css

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

 span { border-color: rgb(166,73,40); }

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