#a8502c

Color #A8502C Rose Of Sharon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rose Of Sharon #A8502C

Tints of Rose Of Sharon #A8502C

Color information

#A8502C (or 0xA8502C) is unknown color: approx Rose Of Sharon. HEX triplet: A8, 50 and 2C. RGB value is (168,80,44). Sum of RGB (Red+Green+Blue) = 168+80+44=292 (38% of max value = 765). Red value is 168 (66.02% from 255 or 57.53% from 292); Green value is 80 (31.64% from 255 or 27.40% from 292); Blue value is 44 (17.58% from 255 or 15.07% from 292); Max value from RGB is 168 - color contains mainly: red. Hex color #A8502C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A8502C is #57AFD3. Grayscale: #666666. Windows color (decimal): -5746644 or 2904232. OLE color: 2904232.

HSL color Cylindrical-coordinate representation of color #A8502C: hue angle of 17.42º degrees, saturation: 0.58, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A8502C is Cyan = 0, Magento = 0.52, Yellow = 0.74 and Black (K on CMYK) = 0.34.

Color convert

RGB1688044-
CMYK00.520.740.34
HSL17.42º58.49%41.57%-
HSV(B)17.42º73.81%65.88%-
XYZ19.4714.244.11-
YUV102.2195.15174.93-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 57.53%
GREEN value IS 80 (31.64% from 255) = 27.40%
BLUE value IS 44 (17.58% from 255) = 15.07%
R=57.53%
G=27.40%
B=15.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.74
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168804400.520.740.3417.4258.4941.57
HexA8502C0344A22113a2a
Octal2501205406411242217252
Binary1010100010100001011000110100100101010001010001111010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a8502c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a8502c; }

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

 H1.HeaderClassName
 {
   color: #a8502c;
 }
 .AnyTagClassName
 {
   color: #a8502c;
 }
</style>
background-color css

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

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

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

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

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

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