Html Css Color HEX #A6492B Rose Of Sharon

📋 copy color: '#A6492B'

red 166 ◦ green 73 ◦ blue 43

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

Shades of Rose Of Sharon #A6492B

Tints of Rose Of Sharon #A6492B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 15.25%

R = 58.87%
G = 25.89%
B = 15.25%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.74

 K value IS 0.35

RGB Variations

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

Color information

#A6492B (or 0xA6492B) is known color: Rose Of Sharon. HEX triplet: A6, 49 and 2B. RGB value is (166,73,43). Sum of RGB (Red+Green+Blue) = 166+73+43=282 (37% of max value = 765). Red value is 166 (65.23% from 255 or 58.87% from 282); Green value is 73 (28.91% from 255 or 25.89% from 282); Blue value is 43 (17.19% from 255 or 15.25% from 282); Max value from RGB is 166 - color contains mainly: red. Hex color #A6492B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A6492B is #59B6D4. Grayscale: #616161. Windows color (decimal): -5879509 or 2836902. OLE color: 2836902.

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

Color convert

RGB 166 73 43 -
CMYK 0 0.56 0.74 0.35
HSL 14.63º 0.59% 0.41% -
HSV(B) 14.63º 0.74% 0.65% -
XYZ 18.54 13.05 3.83 -
YUV 97.39 97.31 176.94 -
System Red Green Blue C M Y K H S L
Decimal 166 73 43 0 0.56 0.74 0.35 14.63 0.59 0.41
Hex A6 49 2B 0 38 4A 23 F 3B 29
Octal 246 111 53 0 70 112 43 17 73 51
Binary 10100110 1001001 101011 0 111000 1001010 100011 1111 111011 101001

Color Harmonies of #A6492B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6492B

Black with #A6492B

Text Example


Text Example

White with #A6492B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6492B; }

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

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

background-color css

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

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

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

border-color css

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

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

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