#A5504C

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

Shades of Apple Blossom #A5504C

Tints of Apple Blossom #A5504C

Color information

#A5504C (or 0xA5504C) is unknown color: approx Apple Blossom. HEX triplet: A5, 50 and 4C. RGB value is (165,80,76). Sum of RGB (Red+Green+Blue) = 165+80+76=321 (42% of max value = 765). Red value is 165 (64.84% from 255 or 51.40% from 321); Green value is 80 (31.64% from 255 or 24.92% from 321); Blue value is 76 (30.08% from 255 or 23.68% from 321); Max value from RGB is 165 - color contains mainly: red. Hex color #A5504C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A5504C is #5AAFB3. Grayscale: #696969. Windows color (decimal): -5943220 or 5001381. OLE color: 5001381.

HSL color Cylindrical-coordinate representation of color #A5504C: hue angle of 2.7º 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 #A5504C is Cyan = 0, Magento = 0.52, Yellow = 0.54 and Black (K on CMYK) = 0.35.

Color convert

RGB1658076-
CMYK00.520.540.35
HSL2.7º36.93%47.25%-
HSV(B)2.7º53.94%64.71%-
XYZ19.6914.268.55-
YUV104.96111.66170.83-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 51.40%
GREEN value IS 80 (31.64% from 255) = 24.92%
BLUE value IS 76 (30.08% from 255) = 23.68%
R=51.40%
G=24.92%
B=23.68%

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
Decimal165807600.520.540.352.736.9347.25
HexA5504C03436233252f
Octal245120114064664334557
Binary1010010110100001001100011010011011010001111100101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5504C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5504C; }

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

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

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

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

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

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

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

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