#A5504B

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

Shades of Apple Blossom #A5504B

Tints of Apple Blossom #A5504B

Color information

#A5504B (or 0xA5504B) is unknown color: approx Apple Blossom. HEX triplet: A5, 50 and 4B. RGB value is (165,80,75). Sum of RGB (Red+Green+Blue) = 165+80+75=320 (42% of max value = 765). Red value is 165 (64.84% from 255 or 51.56% from 320); Green value is 80 (31.64% from 255 or 25% from 320); Blue value is 75 (29.69% from 255 or 23.44% from 320); Max value from RGB is 165 - color contains mainly: red. Hex color #A5504B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A5504B is #5AAFB4. Grayscale: #686868. Windows color (decimal): -5943221 or 4935845. OLE color: 4935845.

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

Color convert

RGB1658075-
CMYK00.520.550.35
HSL3.33º37.5%47.06%-
HSV(B)3.33º54.55%64.71%-
XYZ19.6614.248.37-
YUV104.84111.16170.91-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 51.56%
GREEN value IS 80 (31.64% from 255) = 25%
BLUE value IS 75 (29.69% from 255) = 23.44%
R=51.56%
G=25%
B=23.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.55
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165807500.520.550.353.3337.547.06
HexA5504B03437233262f
Octal245120113064674334657
Binary1010010110100001001011011010011011110001111100110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5504B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5504B; }

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

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

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

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

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

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

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

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