Html Css Color HEX #A6502E Rose Of Sharon

📋 copy color: '#A6502E'

red 166 ◦ green 80 ◦ blue 46

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

Shades of Rose Of Sharon #A6502E

Tints of Rose Of Sharon #A6502E

RGB

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

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

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

R = 56.85%
G = 27.4%
B = 15.75%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.72

 K value IS 0.35

RGB Variations

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

Color information

#A6502E (or 0xA6502E) is known color: Rose Of Sharon. HEX triplet: A6, 50 and 2E. RGB value is (166,80,46). Sum of RGB (Red+Green+Blue) = 166+80+46=292 (38% of max value = 765). Red value is 166 (65.23% from 255 or 56.85% from 292); Green value is 80 (31.64% from 255 or 27.40% from 292); Blue value is 46 (18.36% from 255 or 15.75% from 292); Max value from RGB is 166 - color contains mainly: red. Hex color #A6502E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A6502E is #59AFD1. Grayscale: #666666. Windows color (decimal): -5877714 or 3035302. OLE color: 3035302.

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

Color convert

RGB 166 80 46 -
CMYK 0 0.52 0.72 0.35
HSL 17º 0.57% 0.42% -
HSV(B) 17º 0.72% 0.65% -
XYZ 19.09 14.04 4.29 -
YUV 101.84 96.49 173.76 -
System Red Green Blue C M Y K H S L
Decimal 166 80 46 0 0.52 0.72 0.35 17 0.57 0.42
Hex A6 50 2E 0 34 48 23 11 39 2A
Octal 246 120 56 0 64 110 43 21 71 52
Binary 10100110 1010000 101110 0 110100 1001000 100011 10001 111001 101010

Color Harmonies of #A6502E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6502E

Black with #A6502E

Text Example


Text Example

White with #A6502E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6502E; }

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

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

background-color css

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

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

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

border-color css

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

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

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