#A35856

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

Shades of Apple Blossom #A35856

Tints of Apple Blossom #A35856

Color information

#A35856 (or 0xA35856) is unknown color: approx Apple Blossom. HEX triplet: A3, 58 and 56. RGB value is (163,88,86). Sum of RGB (Red+Green+Blue) = 163+88+86=337 (44% of max value = 765). Red value is 163 (64.06% from 255 or 48.37% from 337); Green value is 88 (34.77% from 255 or 26.11% from 337); Blue value is 86 (33.98% from 255 or 25.52% from 337); Max value from RGB is 163 - color contains mainly: red. Hex color #A35856 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A35856 is #5CA7A9. Grayscale: #6E6E6E. Windows color (decimal): -6072234 or 5658787. OLE color: 5658787.

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

Color convert

RGB1638886-
CMYK00.460.470.36
HSL1.56º30.92%48.82%-
HSV(B)1.56º47.24%63.92%-
XYZ20.2715.4410.72-
YUV110.2114.35165.66-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 48.37%
GREEN value IS 88 (34.77% from 255) = 26.11%
BLUE value IS 86 (33.98% from 255) = 25.52%
R=48.37%
G=26.11%
B=25.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.47
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163888600.460.470.361.5630.9248.82
HexA3585602E2F2421f31
Octal243130126056574423761
Binary101000111011000101011001011101011111001001011111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A35856

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A35856; }

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

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

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

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

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

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

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

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