#A6504E

Color #A6504E Apple Blossom (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Apple Blossom #A6504E

Tints of Apple Blossom #A6504E

Color information

#A6504E (or 0xA6504E) is unknown color: approx Apple Blossom. HEX triplet: A6, 50 and 4E. RGB value is (166,80,78). Sum of RGB (Red+Green+Blue) = 166+80+78=324 (42% of max value = 765). Red value is 166 (65.23% from 255 or 51.23% from 324); Green value is 80 (31.64% from 255 or 24.69% from 324); Blue value is 78 (30.86% from 255 or 24.07% from 324); Max value from RGB is 166 - color contains mainly: red. Hex color #A6504E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A6504E is #59AFB1. Grayscale: #696969. Windows color (decimal): -5877682 or 5132454. OLE color: 5132454.

HSL color Cylindrical-coordinate representation of color #A6504E: hue angle of 1.36º degrees, saturation: 0.36, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A6504E is Cyan = 0, Magento = 0.52, Yellow = 0.53 and Black (K on CMYK) = 0.35.

Color convert

RGB1668078-
CMYK00.520.530.35
HSL1.36º36.07%47.84%-
HSV(B)1.36º53.01%65.1%-
XYZ19.9714.398.93-
YUV105.49112.49171.16-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 51.23%
GREEN value IS 80 (31.64% from 255) = 24.69%
BLUE value IS 78 (30.86% from 255) = 24.07%
R=51.23%
G=24.69%
B=24.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.53
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166807800.520.530.351.3636.0747.84
HexA6504E034352312430
Octal246120116064654314460
Binary101001101010000100111001101001101011000111100100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6504E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6504E; }

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

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

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

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

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

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

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

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