#A3504B

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

Shades of Apple Blossom #A3504B

Tints of Apple Blossom #A3504B

Color information

#A3504B (or 0xA3504B) is unknown color: approx Apple Blossom. HEX triplet: A3, 50 and 4B. RGB value is (163,80,75). Sum of RGB (Red+Green+Blue) = 163+80+75=318 (42% of max value = 765). Red value is 163 (64.06% from 255 or 51.26% from 318); Green value is 80 (31.64% from 255 or 25.16% from 318); Blue value is 75 (29.69% from 255 or 23.58% from 318); Max value from RGB is 163 - color contains mainly: red. Hex color #A3504B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A3504B is #5CAFB4. Grayscale: #686868. Windows color (decimal): -6074293 or 4935843. OLE color: 4935843.

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

Color convert

RGB1638075-
CMYK00.510.540.36
HSL3.41º36.97%46.67%-
HSV(B)3.41º53.99%63.92%-
XYZ19.2414.038.35-
YUV104.25111.5169.91-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 51.26%
GREEN value IS 80 (31.64% from 255) = 25.16%
BLUE value IS 75 (29.69% from 255) = 23.58%
R=51.26%
G=25.16%
B=23.58%

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
Decimal163807500.510.540.363.4136.9746.67
HexA3504B03336243252f
Octal243120113063664434557
Binary1010001110100001001011011001111011010010011100101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3504B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3504B; }

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

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

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

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

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

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

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

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