#A55654

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

Shades of Apple Blossom #A55654

Tints of Apple Blossom #A55654

Color information

#A55654 (or 0xA55654) is unknown color: approx Apple Blossom. HEX triplet: A5, 56 and 54. RGB value is (165,86,84). Sum of RGB (Red+Green+Blue) = 165+86+84=335 (44% of max value = 765). Red value is 165 (64.84% from 255 or 49.25% from 335); Green value is 86 (33.98% from 255 or 25.67% from 335); Blue value is 84 (33.20% from 255 or 25.07% from 335); Max value from RGB is 165 - color contains mainly: red. Hex color #A55654 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A55654 is #5AA9AB. Grayscale: #6D6D6D. Windows color (decimal): -5941676 or 5527205. OLE color: 5527205.

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

Color convert

RGB1658684-
CMYK00.480.490.35
HSL1.48º32.53%48.82%-
HSV(B)1.48º49.09%64.71%-
XYZ20.4515.310.26-
YUV109.39113.67167.66-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 49.25%
GREEN value IS 86 (33.98% from 255) = 25.67%
BLUE value IS 84 (33.20% from 255) = 25.07%
R=49.25%
G=25.67%
B=25.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.49
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165868400.480.490.351.4832.5348.82
HexA55654030312312131
Octal245126124060614314161
Binary101001011010110101010001100001100011000111100001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A55654

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A55654; }

 p { color: rgb(165,86,84); }

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

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

 a { background-color: rgb(165,86,84); }

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

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

 span { border-color: rgb(165,86,84); }

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