#A6504C

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

Shades of Apple Blossom #A6504C

Tints of Apple Blossom #A6504C

Color information

#A6504C (or 0xA6504C) is unknown color: approx Apple Blossom. HEX triplet: A6, 50 and 4C. RGB value is (166,80,76). Sum of RGB (Red+Green+Blue) = 166+80+76=322 (42% of max value = 765). Red value is 166 (65.23% from 255 or 51.55% from 322); Green value is 80 (31.64% from 255 or 24.84% from 322); Blue value is 76 (30.08% from 255 or 23.60% from 322); Max value from RGB is 166 - color contains mainly: red. Hex color #A6504C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A6504C is #59AFB3. Grayscale: #696969. Windows color (decimal): -5877684 or 5001382. OLE color: 5001382.

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

Color convert

RGB1668076-
CMYK00.520.540.35
HSL2.67º37.19%47.45%-
HSV(B)2.67º54.22%65.1%-
XYZ19.914.378.56-
YUV105.26111.49171.33-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 51.55%
GREEN value IS 80 (31.64% from 255) = 24.84%
BLUE value IS 76 (30.08% from 255) = 23.60%
R=51.55%
G=24.84%
B=23.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.54
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166807600.520.540.352.6737.1947.45
HexA6504C03436233252f
Octal246120114064664334557
Binary1010011010100001001100011010011011010001111100101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6504C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6504C; }

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

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

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

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

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

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

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

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