#A5524A

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

Shades of Apple Blossom #A5524A

Tints of Apple Blossom #A5524A

Color information

#A5524A (or 0xA5524A) is unknown color: approx Apple Blossom. HEX triplet: A5, 52 and 4A. RGB value is (165,82,74). Sum of RGB (Red+Green+Blue) = 165+82+74=321 (42% of max value = 765). Red value is 165 (64.84% from 255 or 51.40% from 321); Green value is 82 (32.42% from 255 or 25.55% from 321); Blue value is 74 (29.30% from 255 or 23.05% from 321); Max value from RGB is 165 - color contains mainly: red. Hex color #A5524A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A5524A is #5AADB5. Grayscale: #6A6A6A. Windows color (decimal): -5942710 or 4870821. OLE color: 4870821.

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

Color convert

RGB1658274-
CMYK00.500.550.35
HSL5.27º38.08%46.86%-
HSV(B)5.27º55.15%64.71%-
XYZ19.7714.538.24-
YUV105.9110170.15-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 51.40%
GREEN value IS 82 (32.42% from 255) = 25.55%
BLUE value IS 74 (29.30% from 255) = 23.05%
R=51.40%
G=25.55%
B=23.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.55
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165827400.500.550.355.2738.0846.86
HexA5524A03237235262f
Octal245122112062674354657
Binary10100101101001010010100110010110111100011101100110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5524A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5524A; }

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

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

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

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

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

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

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

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