#A35654

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

Shades of Apple Blossom #A35654

Tints of Apple Blossom #A35654

Color information

#A35654 (or 0xA35654) is unknown color: approx Apple Blossom. HEX triplet: A3, 56 and 54. RGB value is (163,86,84). Sum of RGB (Red+Green+Blue) = 163+86+84=333 (44% of max value = 765). Red value is 163 (64.06% from 255 or 48.95% from 333); Green value is 86 (33.98% from 255 or 25.83% from 333); Blue value is 84 (33.20% from 255 or 25.23% from 333); Max value from RGB is 163 - color contains mainly: red. Hex color #A35654 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A35654 is #5CA9AB. Grayscale: #6C6C6C. Windows color (decimal): -6072748 or 5527203. OLE color: 5527203.

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

Color convert

RGB1638684-
CMYK00.470.480.36
HSL1.52º31.98%48.43%-
HSV(B)1.52º48.47%63.92%-
XYZ20.0315.0810.24-
YUV108.79114.01166.66-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 48.95%
GREEN value IS 86 (33.98% from 255) = 25.83%
BLUE value IS 84 (33.20% from 255) = 25.23%
R=48.95%
G=25.83%
B=25.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.48
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163868400.470.480.361.5231.9848.43
HexA3565402F302422030
Octal243126124057604424060
Binary1010001110101101010100010111111000010010010100000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A35654

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A35654; }

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

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

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

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

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

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

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

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