#A25755

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

Shades of Apple Blossom #A25755

Tints of Apple Blossom #A25755

Color information

#A25755 (or 0xA25755) is unknown color: approx Apple Blossom. HEX triplet: A2, 57 and 55. RGB value is (162,87,85). Sum of RGB (Red+Green+Blue) = 162+87+85=334 (44% of max value = 765). Red value is 162 (63.67% from 255 or 48.50% from 334); Green value is 87 (34.38% from 255 or 26.05% from 334); Blue value is 85 (33.59% from 255 or 25.45% from 334); Max value from RGB is 162 - color contains mainly: red. Hex color #A25755 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A25755 is #5DA8AA. Grayscale: #6D6D6D. Windows color (decimal): -6138027 or 5592994. OLE color: 5592994.

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

Color convert

RGB1628785-
CMYK00.460.480.36
HSL1.56º31.17%48.43%-
HSV(B)1.56º47.53%63.53%-
XYZ19.9515.1510.47-
YUV109.2114.35165.66-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 48.50%
GREEN value IS 87 (34.38% from 255) = 26.05%
BLUE value IS 85 (33.59% from 255) = 25.45%
R=48.50%
G=26.05%
B=25.45%

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
Decimal162878500.460.480.361.5631.1748.43
HexA2575502E302421f30
Octal242127125056604423760
Binary101000101010111101010101011101100001001001011111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25755

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25755; }

 p { color: rgb(162,87,85); }

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

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

 a { background-color: rgb(162,87,85); }

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

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

 span { border-color: rgb(162,87,85); }

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