#A35855

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

Shades of Apple Blossom #A35855

Tints of Apple Blossom #A35855

Color information

#A35855 (or 0xA35855) is unknown color: approx Apple Blossom. HEX triplet: A3, 58 and 55. RGB value is (163,88,85). Sum of RGB (Red+Green+Blue) = 163+88+85=336 (44% of max value = 765). Red value is 163 (64.06% from 255 or 48.51% from 336); Green value is 88 (34.77% from 255 or 26.19% from 336); Blue value is 85 (33.59% from 255 or 25.30% from 336); Max value from RGB is 163 - color contains mainly: red. Hex color #A35855 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A35855 is #5CA7AA. Grayscale: #6E6E6E. Windows color (decimal): -6072235 or 5593251. OLE color: 5593251.

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

Color convert

RGB1638885-
CMYK00.460.480.36
HSL2.31º31.45%48.63%-
HSV(B)2.31º47.85%63.92%-
XYZ20.2315.4210.5-
YUV110.08113.85165.74-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 48.51%
GREEN value IS 88 (34.77% from 255) = 26.19%
BLUE value IS 85 (33.59% from 255) = 25.30%
R=48.51%
G=26.19%
B=25.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.48
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163888500.460.480.362.3131.4548.63
HexA3585502E302421f31
Octal243130125056604423761
Binary101000111011000101010101011101100001001001011111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A35855

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A35855; }

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

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

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

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

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

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

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

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