#A35554

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

Shades of Apple Blossom #A35554

Tints of Apple Blossom #A35554

Color information

#A35554 (or 0xA35554) is unknown color: approx Apple Blossom. HEX triplet: A3, 55 and 54. RGB value is (163,85,84). Sum of RGB (Red+Green+Blue) = 163+85+84=332 (43% of max value = 765). Red value is 163 (64.06% from 255 or 49.10% from 332); Green value is 85 (33.59% from 255 or 25.60% from 332); Blue value is 84 (33.20% from 255 or 25.30% from 332); Max value from RGB is 163 - color contains mainly: red. Hex color #A35554 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A35554 is #5CAAAB. Grayscale: #6C6C6C. Windows color (decimal): -6073004 or 5526947. OLE color: 5526947.

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

Color convert

RGB1638584-
CMYK00.480.480.36
HSL0.76º31.98%48.43%-
HSV(B)0.76º48.47%63.92%-
XYZ19.9514.9210.22-
YUV108.21114.34167.08-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 49.10%
GREEN value IS 85 (33.59% from 255) = 25.60%
BLUE value IS 84 (33.20% from 255) = 25.30%
R=49.10%
G=25.60%
B=25.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.48
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163858400.480.480.360.7631.9848.43
HexA35554030302412030
Octal243125124060604414060
Binary101000111010101101010001100001100001001001100000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A35554

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A35554; }

 p { color: rgb(163,85,84); }

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

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

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

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

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

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

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