#A35854

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

Shades of Apple Blossom #A35854

Tints of Apple Blossom #A35854

Color information

#A35854 (or 0xA35854) is unknown color: approx Apple Blossom. HEX triplet: A3, 58 and 54. RGB value is (163,88,84). Sum of RGB (Red+Green+Blue) = 163+88+84=335 (44% of max value = 765). Red value is 163 (64.06% from 255 or 48.66% from 335); Green value is 88 (34.77% from 255 or 26.27% from 335); Blue value is 84 (33.20% from 255 or 25.07% from 335); Max value from RGB is 163 - color contains mainly: red. Hex color #A35854 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A35854 is #5CA7AB. Grayscale: #6E6E6E. Windows color (decimal): -6072236 or 5527715. OLE color: 5527715.

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

Color convert

RGB1638884-
CMYK00.460.480.36
HSL3.04º31.98%48.43%-
HSV(B)3.04º48.47%63.92%-
XYZ20.1915.4110.3-
YUV109.97113.35165.83-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 48.66%
GREEN value IS 88 (34.77% from 255) = 26.27%
BLUE value IS 84 (33.20% from 255) = 25.07%
R=48.66%
G=26.27%
B=25.07%

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
Decimal163888400.460.480.363.0431.9848.43
HexA3585402E302432030
Octal243130124056604434060
Binary1010001110110001010100010111011000010010011100000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A35854

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A35854; }

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

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

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

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

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

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

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

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