#A5504F

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

Shades of Apple Blossom #A5504F

Tints of Apple Blossom #A5504F

Color information

#A5504F (or 0xA5504F) is unknown color: approx Apple Blossom. HEX triplet: A5, 50 and 4F. RGB value is (165,80,79). Sum of RGB (Red+Green+Blue) = 165+80+79=324 (42% of max value = 765). Red value is 165 (64.84% from 255 or 50.93% from 324); Green value is 80 (31.64% from 255 or 24.69% from 324); Blue value is 79 (31.25% from 255 or 24.38% from 324); Max value from RGB is 165 - color contains mainly: red. Hex color #A5504F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A5504F is #5AAFB0. Grayscale: #696969. Windows color (decimal): -5943217 or 5197989. OLE color: 5197989.

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

Color convert

RGB1658079-
CMYK00.520.520.35
HSL0.7º35.25%47.84%-
HSV(B)0.7º52.12%64.71%-
XYZ19.814.39.11-
YUV105.3113.16170.58-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 50.93%
GREEN value IS 80 (31.64% from 255) = 24.69%
BLUE value IS 79 (31.25% from 255) = 24.38%
R=50.93%
G=24.69%
B=24.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.52
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165807900.520.520.350.735.2547.84
HexA5504F034342312330
Octal245120117064644314360
Binary101001011010000100111101101001101001000111100011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5504F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5504F; }

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

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

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

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

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

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

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

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