#A35353

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

Shades of Apple Blossom #A35353

Tints of Apple Blossom #A35353

Color information

#A35353 (or 0xA35353) is unknown color: approx Apple Blossom. HEX triplet: A3, 53 and 53. RGB value is (163,83,83). Sum of RGB (Red+Green+Blue) = 163+83+83=329 (43% of max value = 765). Red value is 163 (64.06% from 255 or 49.54% from 329); Green value is 83 (32.81% from 255 or 25.23% from 329); Blue value is 83 (32.81% from 255 or 25.23% from 329); Max value from RGB is 163 - color contains mainly: red. Hex color #A35353 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A35353 is #5CACAC. Grayscale: #6B6B6B. Windows color (decimal): -6073517 or 5460899. OLE color: 5460899.

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

Color convert

RGB1638383-
CMYK00.490.490.36
HSL32.52%48.24%-
HSV(B)49.08%63.92%-
XYZ19.7614.69.96-
YUV106.92114.5168-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 49.54%
GREEN value IS 83 (32.81% from 255) = 25.23%
BLUE value IS 83 (32.81% from 255) = 25.23%
R=49.54%
G=25.23%
B=25.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.49
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163838300.490.490.36032.5248.24
HexA35353031312402130
Octal243123123061614404160
Binary101000111010011101001101100011100011001000100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A35353

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A35353; }

 p { color: rgb(163,83,83); }

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

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

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

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

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

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

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