#A25754

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

Shades of Apple Blossom #A25754

Tints of Apple Blossom #A25754

Color information

#A25754 (or 0xA25754) is unknown color: approx Apple Blossom. HEX triplet: A2, 57 and 54. RGB value is (162,87,84). Sum of RGB (Red+Green+Blue) = 162+87+84=333 (44% of max value = 765). Red value is 162 (63.67% from 255 or 48.65% from 333); Green value is 87 (34.38% from 255 or 26.13% from 333); Blue value is 84 (33.20% from 255 or 25.23% from 333); Max value from RGB is 162 - color contains mainly: red. Hex color #A25754 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A25754 is #5DA8AB. Grayscale: #6D6D6D. Windows color (decimal): -6138028 or 5527458. OLE color: 5527458.

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

Color convert

RGB1628784-
CMYK00.460.480.36
HSL2.31º31.71%48.24%-
HSV(B)2.31º48.15%63.53%-
XYZ19.9115.1410.26-
YUV109.08113.85165.74-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 48.65%
GREEN value IS 87 (34.38% from 255) = 26.13%
BLUE value IS 84 (33.20% from 255) = 25.23%
R=48.65%
G=26.13%
B=25.23%

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
Decimal162878400.460.480.362.3131.7148.24
HexA2575402E302422030
Octal242127124056604424060
Binary1010001010101111010100010111011000010010010100000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25754

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25754; }

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

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

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

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

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

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

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

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