Html Css Color HEX #A6502C Rose Of Sharon

📋 copy color: '#A6502C'

red 166 ◦ green 80 ◦ blue 44

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

Shades of Rose Of Sharon #A6502C

Tints of Rose Of Sharon #A6502C

RGB

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

 GREEN value IS 80 (31.64% from 255) = 27.59%

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

R = 57.24%
G = 27.59%
B = 15.17%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.73

 K value IS 0.35

RGB Variations

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

Color information

#A6502C (or 0xA6502C) is known color: Rose Of Sharon. HEX triplet: A6, 50 and 2C. RGB value is (166,80,44). Sum of RGB (Red+Green+Blue) = 166+80+44=290 (38% of max value = 765). Red value is 166 (65.23% from 255 or 57.24% from 290); Green value is 80 (31.64% from 255 or 27.59% from 290); Blue value is 44 (17.58% from 255 or 15.17% from 290); Max value from RGB is 166 - color contains mainly: red. Hex color #A6502C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A6502C is #59AFD3. Grayscale: #656565. Windows color (decimal): -5877716 or 2904230. OLE color: 2904230.

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

Color convert

RGB 166 80 44 -
CMYK 0 0.52 0.73 0.35
HSL 17.7º 0.58% 0.41% -
HSV(B) 17.7º 0.73% 0.65% -
XYZ 19.05 14.03 4.09 -
YUV 101.61 95.49 173.93 -
System Red Green Blue C M Y K H S L
Decimal 166 80 44 0 0.52 0.73 0.35 17.7 0.58 0.41
Hex A6 50 2C 0 34 49 23 12 3A 29
Octal 246 120 54 0 64 111 43 22 72 51
Binary 10100110 1010000 101100 0 110100 1001001 100011 10010 111010 101001

Color Harmonies of #A6502C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6502C

Black with #A6502C

Text Example


Text Example

White with #A6502C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6502C; }

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

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

background-color css

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

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

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

border-color css

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

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

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