Html Css Color HEX #A6502D Rose Of Sharon

📋 copy color: '#A6502D'

red 166 ◦ green 80 ◦ blue 45

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

Shades of Rose Of Sharon #A6502D

Tints of Rose Of Sharon #A6502D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 15.46%

R = 57.04%
G = 27.49%
B = 15.46%

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

#A6502D (or 0xA6502D) is known color: Rose Of Sharon. HEX triplet: A6, 50 and 2D. RGB value is (166,80,45). Sum of RGB (Red+Green+Blue) = 166+80+45=291 (38% of max value = 765). Red value is 166 (65.23% from 255 or 57.04% from 291); Green value is 80 (31.64% from 255 or 27.49% from 291); Blue value is 45 (17.97% from 255 or 15.46% from 291); Max value from RGB is 166 - color contains mainly: red. Hex color #A6502D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A6502D is #59AFD2. Grayscale: #656565. Windows color (decimal): -5877715 or 2969766. OLE color: 2969766.

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

Color convert

RGB 166 80 45 -
CMYK 0 0.52 0.73 0.35
HSL 17.36º 0.57% 0.41% -
HSV(B) 17.36º 0.73% 0.65% -
XYZ 19.07 14.03 4.19 -
YUV 101.72 95.99 173.85 -
System Red Green Blue C M Y K H S L
Decimal 166 80 45 0 0.52 0.73 0.35 17.36 0.57 0.41
Hex A6 50 2D 0 34 49 23 11 39 29
Octal 246 120 55 0 64 111 43 21 71 51
Binary 10100110 1010000 101101 0 110100 1001001 100011 10001 111001 101001

Color Harmonies of #A6502D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6502D

Black with #A6502D

Text Example


Text Example

White with #A6502D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6502D; }

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

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

background-color css

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

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

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

border-color css

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

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

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