#A5504D

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

Shades of Apple Blossom #A5504D

Tints of Apple Blossom #A5504D

Color information

#A5504D (or 0xA5504D) is unknown color: approx Apple Blossom. HEX triplet: A5, 50 and 4D. RGB value is (165,80,77). Sum of RGB (Red+Green+Blue) = 165+80+77=322 (42% of max value = 765). Red value is 165 (64.84% from 255 or 51.24% from 322); Green value is 80 (31.64% from 255 or 24.84% from 322); Blue value is 77 (30.47% from 255 or 23.91% from 322); Max value from RGB is 165 - color contains mainly: red. Hex color #A5504D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A5504D is #5AAFB2. Grayscale: #696969. Windows color (decimal): -5943219 or 5066917. OLE color: 5066917.

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

Color convert

RGB1658077-
CMYK00.520.530.35
HSL2.05º36.36%47.45%-
HSV(B)2.05º53.33%64.71%-
XYZ19.7314.278.74-
YUV105.07112.16170.74-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 51.24%
GREEN value IS 80 (31.64% from 255) = 24.84%
BLUE value IS 77 (30.47% from 255) = 23.91%
R=51.24%
G=24.84%
B=23.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.53
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165807700.520.530.352.0536.3647.45
HexA5504D03435232242f
Octal245120115064654324457
Binary1010010110100001001101011010011010110001110100100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5504D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5504D; }

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

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

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

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

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

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

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

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