#A4504B

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

Shades of Apple Blossom #A4504B

Tints of Apple Blossom #A4504B

Color information

#A4504B (or 0xA4504B) is unknown color: approx Apple Blossom. HEX triplet: A4, 50 and 4B. RGB value is (164,80,75). Sum of RGB (Red+Green+Blue) = 164+80+75=319 (42% of max value = 765). Red value is 164 (64.45% from 255 or 51.41% from 319); Green value is 80 (31.64% from 255 or 25.08% from 319); Blue value is 75 (29.69% from 255 or 23.51% from 319); Max value from RGB is 164 - color contains mainly: red. Hex color #A4504B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A4504B is #5BAFB4. Grayscale: #686868. Windows color (decimal): -6008757 or 4935844. OLE color: 4935844.

HSL color Cylindrical-coordinate representation of color #A4504B: hue angle of 3.37º 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 #A4504B is Cyan = 0, Magento = 0.51, Yellow = 0.54 and Black (K on CMYK) = 0.36.

Color convert

RGB1648075-
CMYK00.510.540.36
HSL3.37º37.24%46.86%-
HSV(B)3.37º54.27%64.31%-
XYZ19.4514.148.36-
YUV104.55111.33170.41-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 51.41%
GREEN value IS 80 (31.64% from 255) = 25.08%
BLUE value IS 75 (29.69% from 255) = 23.51%
R=51.41%
G=25.08%
B=23.51%

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
Decimal164807500.510.540.363.3737.2446.86
HexA4504B03336243252f
Octal244120113063664434557
Binary1010010010100001001011011001111011010010011100101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4504B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4504B; }

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

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

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

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

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

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

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

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