#A4504C

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

Shades of Apple Blossom #A4504C

Tints of Apple Blossom #A4504C

Color information

#A4504C (or 0xA4504C) is unknown color: approx Apple Blossom. HEX triplet: A4, 50 and 4C. RGB value is (164,80,76). Sum of RGB (Red+Green+Blue) = 164+80+76=320 (42% of max value = 765). Red value is 164 (64.45% from 255 or 51.25% from 320); Green value is 80 (31.64% from 255 or 25% from 320); Blue value is 76 (30.08% from 255 or 23.75% from 320); Max value from RGB is 164 - color contains mainly: red. Hex color #A4504C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A4504C is #5BAFB3. Grayscale: #686868. Windows color (decimal): -6008756 or 5001380. OLE color: 5001380.

HSL color Cylindrical-coordinate representation of color #A4504C: hue angle of 2.73º degrees, saturation: 0.37, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A4504C is Cyan = 0, Magento = 0.51, Yellow = 0.54 and Black (K on CMYK) = 0.36.

Color convert

RGB1648076-
CMYK00.510.540.36
HSL2.73º36.67%47.06%-
HSV(B)2.73º53.66%64.31%-
XYZ19.4814.158.54-
YUV104.66111.83170.33-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 51.25%
GREEN value IS 80 (31.64% from 255) = 25%
BLUE value IS 76 (30.08% from 255) = 23.75%
R=51.25%
G=25%
B=23.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.54
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164807600.510.540.362.7336.6747.06
HexA4504C03336243252f
Octal244120114063664434557
Binary1010010010100001001100011001111011010010011100101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4504C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4504C; }

 p { color: rgb(164,80,76); }

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

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

 a { background-color: rgb(164,80,76); }

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

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

 span { border-color: rgb(164,80,76); }

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