#A95852

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

Shades of Apple Blossom #A95852

Tints of Apple Blossom #A95852

Color information

#A95852 (or 0xA95852) is unknown color: approx Apple Blossom. HEX triplet: A9, 58 and 52. RGB value is (169,88,82). Sum of RGB (Red+Green+Blue) = 169+88+82=339 (44% of max value = 765). Red value is 169 (66.41% from 255 or 49.85% from 339); Green value is 88 (34.77% from 255 or 25.96% from 339); Blue value is 82 (32.42% from 255 or 24.19% from 339); Max value from RGB is 169 - color contains mainly: red. Hex color #A95852 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A95852 is #56A7AD. Grayscale: #6F6F6F. Windows color (decimal): -5679022 or 5396649. OLE color: 5396649.

HSL color Cylindrical-coordinate representation of color #A95852: hue angle of 4.14º degrees, saturation: 0.35, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A95852 is Cyan = 0, Magento = 0.48, Yellow = 0.51 and Black (K on CMYK) = 0.34.

Color convert

RGB1698882-
CMYK00.480.510.34
HSL4.14º34.66%49.22%-
HSV(B)4.14º51.48%66.27%-
XYZ21.3716.029.95-
YUV111.54111.34168.99-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 49.85%
GREEN value IS 88 (34.77% from 255) = 25.96%
BLUE value IS 82 (32.42% from 255) = 24.19%
R=49.85%
G=25.96%
B=24.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.51
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169888200.480.510.344.1434.6649.22
HexA95852030332242331
Octal251130122060634244361
Binary10101001101100010100100110000110011100010100100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A95852

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A95852; }

 p { color: rgb(169,88,82); }

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

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

 a { background-color: rgb(169,88,82); }

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

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

 span { border-color: rgb(169,88,82); }

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