#A6554F

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

Shades of Apple Blossom #A6554F

Tints of Apple Blossom #A6554F

Color information

#A6554F (or 0xA6554F) is unknown color: approx Apple Blossom. HEX triplet: A6, 55 and 4F. RGB value is (166,85,79). Sum of RGB (Red+Green+Blue) = 166+85+79=330 (43% of max value = 765). Red value is 166 (65.23% from 255 or 50.30% from 330); Green value is 85 (33.59% from 255 or 25.76% from 330); Blue value is 79 (31.25% from 255 or 23.94% from 330); Max value from RGB is 166 - color contains mainly: red. Hex color #A6554F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A6554F is #59AAB0. Grayscale: #6C6C6C. Windows color (decimal): -5876401 or 5199270. OLE color: 5199270.

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

Color convert

RGB1668579-
CMYK00.490.520.35
HSL4.14º35.51%48.04%-
HSV(B)4.14º52.41%65.1%-
XYZ20.3915.179.25-
YUV108.54111.34168.99-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 50.30%
GREEN value IS 85 (33.59% from 255) = 25.76%
BLUE value IS 79 (31.25% from 255) = 23.94%
R=50.30%
G=25.76%
B=23.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.52
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166857900.490.520.354.1435.5148.04
HexA6554F031342342430
Octal246125117061644344460
Binary10100110101010110011110110001110100100011100100100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6554F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6554F; }

 p { color: rgb(166,85,79); }

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

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

 a { background-color: rgb(166,85,79); }

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

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

 span { border-color: rgb(166,85,79); }

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