#A4504A

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

Shades of Apple Blossom #A4504A

Tints of Apple Blossom #A4504A

Color information

#A4504A (or 0xA4504A) is unknown color: approx Apple Blossom. HEX triplet: A4, 50 and 4A. RGB value is (164,80,74). Sum of RGB (Red+Green+Blue) = 164+80+74=318 (42% of max value = 765). Red value is 164 (64.45% from 255 or 51.57% from 318); Green value is 80 (31.64% from 255 or 25.16% from 318); Blue value is 74 (29.30% from 255 or 23.27% from 318); Max value from RGB is 164 - color contains mainly: red. Hex color #A4504A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A4504A is #5BAFB5. Grayscale: #686868. Windows color (decimal): -6008758 or 4870308. OLE color: 4870308.

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

Color convert

RGB1648074-
CMYK00.510.550.36
HSL37.82%46.67%-
HSV(B)54.88%64.31%-
XYZ19.4114.128.18-
YUV104.43110.83170.49-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 51.57%
GREEN value IS 80 (31.64% from 255) = 25.16%
BLUE value IS 74 (29.30% from 255) = 23.27%
R=51.57%
G=25.16%
B=23.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.55
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164807400.510.550.36437.8246.67
HexA4504A03337244262f
Octal244120112063674444657
Binary10100100101000010010100110011110111100100100100110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4504A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4504A; }

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

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

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

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

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

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

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

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