#A35250

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

Shades of Apple Blossom #A35250

Tints of Apple Blossom #A35250

Color information

#A35250 (or 0xA35250) is unknown color: approx Apple Blossom. HEX triplet: A3, 52 and 50. RGB value is (163,82,80). Sum of RGB (Red+Green+Blue) = 163+82+80=325 (43% of max value = 765). Red value is 163 (64.06% from 255 or 50.15% from 325); Green value is 82 (32.42% from 255 or 25.23% from 325); Blue value is 80 (31.64% from 255 or 24.62% from 325); Max value from RGB is 163 - color contains mainly: red. Hex color #A35250 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A35250 is #5CADAF. Grayscale: #6A6A6A. Windows color (decimal): -6073776 or 5264035. OLE color: 5264035.

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

Color convert

RGB1638280-
CMYK00.500.510.36
HSL1.45º34.16%47.65%-
HSV(B)1.45º50.92%63.92%-
XYZ19.5714.49.34-
YUV105.99113.34168.66-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 50.15%
GREEN value IS 82 (32.42% from 255) = 25.23%
BLUE value IS 80 (31.64% from 255) = 24.62%
R=50.15%
G=25.23%
B=24.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.51
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163828000.500.510.361.4534.1647.65
HexA35250032332412230
Octal243122120062634414260
Binary101000111010010101000001100101100111001001100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A35250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A35250; }

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

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

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

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

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

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

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

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