Html Css Color HEX #A6502F Rose Of Sharon

📋 copy color: '#A6502F'

red 166 ◦ green 80 ◦ blue 47

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

Shades of Rose Of Sharon #A6502F

Tints of Rose Of Sharon #A6502F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 16.04%

R = 56.66%
G = 27.3%
B = 16.04%

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

#A6502F (or 0xA6502F) is known color: Rose Of Sharon. HEX triplet: A6, 50 and 2F. RGB value is (166,80,47). Sum of RGB (Red+Green+Blue) = 166+80+47=293 (38% of max value = 765). Red value is 166 (65.23% from 255 or 56.66% from 293); Green value is 80 (31.64% from 255 or 27.30% from 293); Blue value is 47 (18.75% from 255 or 16.04% from 293); Max value from RGB is 166 - color contains mainly: red. Hex color #A6502F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A6502F is #59AFD0. Grayscale: #666666. Windows color (decimal): -5877713 or 3100838. OLE color: 3100838.

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

Color convert

RGB 166 80 47 -
CMYK 0 0.52 0.72 0.35
HSL 16.64º 0.56% 0.42% -
HSV(B) 16.64º 0.72% 0.65% -
XYZ 19.11 14.05 4.39 -
YUV 101.95 96.99 173.68 -
System Red Green Blue C M Y K H S L
Decimal 166 80 47 0 0.52 0.72 0.35 16.64 0.56 0.42
Hex A6 50 2F 0 34 48 23 11 38 2A
Octal 246 120 57 0 64 110 43 21 70 52
Binary 10100110 1010000 101111 0 110100 1001000 100011 10001 111000 101010

Color Harmonies of #A6502F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6502F

Black with #A6502F

Text Example


Text Example

White with #A6502F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6502F; }

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

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

background-color css

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

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

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

border-color css

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

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

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