#A5524F

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

Shades of Apple Blossom #A5524F

Tints of Apple Blossom #A5524F

Color information

#A5524F (or 0xA5524F) is unknown color: approx Apple Blossom. HEX triplet: A5, 52 and 4F. RGB value is (165,82,79). Sum of RGB (Red+Green+Blue) = 165+82+79=326 (43% of max value = 765). Red value is 165 (64.84% from 255 or 50.61% from 326); Green value is 82 (32.42% from 255 or 25.15% from 326); Blue value is 79 (31.25% from 255 or 24.23% from 326); Max value from RGB is 165 - color contains mainly: red. Hex color #A5524F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A5524F is #5AADB0. Grayscale: #6A6A6A. Windows color (decimal): -5942705 or 5198501. OLE color: 5198501.

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

Color convert

RGB1658279-
CMYK00.500.520.35
HSL2.09º35.25%47.84%-
HSV(B)2.09º52.12%64.71%-
XYZ19.9514.69.16-
YUV106.48112.5169.74-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 50.61%
GREEN value IS 82 (32.42% from 255) = 25.15%
BLUE value IS 79 (31.25% from 255) = 24.23%
R=50.61%
G=25.15%
B=24.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.52
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165827900.500.520.352.0935.2547.84
HexA5524F032342322330
Octal245122117062644324360
Binary1010010110100101001111011001011010010001110100011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5524F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5524F; }

 p { color: rgb(165,82,79); }

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

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

 a { background-color: rgb(165,82,79); }

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

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

 span { border-color: rgb(165,82,79); }

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