#A95452

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

Shades of Apple Blossom #A95452

Tints of Apple Blossom #A95452

Color information

#A95452 (or 0xA95452) is unknown color: approx Apple Blossom. HEX triplet: A9, 54 and 52. RGB value is (169,84,82). Sum of RGB (Red+Green+Blue) = 169+84+82=335 (44% of max value = 765). Red value is 169 (66.41% from 255 or 50.45% from 335); Green value is 84 (33.20% from 255 or 25.07% from 335); Blue value is 82 (32.42% from 255 or 24.48% from 335); Max value from RGB is 169 - color contains mainly: red. Hex color #A95452 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A95452 is #56ABAD. Grayscale: #6D6D6D. Windows color (decimal): -5680046 or 5395625. OLE color: 5395625.

HSL color Cylindrical-coordinate representation of color #A95452: hue angle of 1.38º 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 #A95452 is Cyan = 0, Magento = 0.50, Yellow = 0.51 and Black (K on CMYK) = 0.34.

Color convert

RGB1698482-
CMYK00.500.510.34
HSL1.38º34.66%49.22%-
HSV(B)1.38º51.48%66.27%-
XYZ21.0615.389.84-
YUV109.19112.66170.66-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 50.45%
GREEN value IS 84 (33.20% from 255) = 25.07%
BLUE value IS 82 (32.42% from 255) = 24.48%
R=50.45%
G=25.07%
B=24.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.51
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169848200.500.510.341.3834.6649.22
HexA95452032332212331
Octal251124122062634214361
Binary101010011010100101001001100101100111000101100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A95452

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A95452; }

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

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

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

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

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

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

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

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