#A95A54

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

Shades of Apple Blossom #A95A54

Tints of Apple Blossom #A95A54

Color information

#A95A54 (or 0xA95A54) is unknown color: approx Apple Blossom. HEX triplet: A9, 5A and 54. RGB value is (169,90,84). Sum of RGB (Red+Green+Blue) = 169+90+84=343 (45% of max value = 765). Red value is 169 (66.41% from 255 or 49.27% from 343); Green value is 90 (35.55% from 255 or 26.24% from 343); Blue value is 84 (33.20% from 255 or 24.49% from 343); Max value from RGB is 169 - color contains mainly: red. Hex color #A95A54 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A95A54 is #56A5AB. Grayscale: #717171. Windows color (decimal): -5678508 or 5528233. OLE color: 5528233.

HSL color Cylindrical-coordinate representation of color #A95A54: hue angle of 4.24º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A95A54 is Cyan = 0, Magento = 0.47, Yellow = 0.50 and Black (K on CMYK) = 0.34.

Color convert

RGB1699084-
CMYK00.470.500.34
HSL4.24º33.6%49.61%-
HSV(B)4.24º50.3%66.27%-
XYZ21.6216.3910.41-
YUV112.94111.67167.99-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 49.27%
GREEN value IS 90 (35.55% from 255) = 26.24%
BLUE value IS 84 (33.20% from 255) = 24.49%
R=49.27%
G=26.24%
B=24.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.50
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169908400.470.500.344.2433.649.61
HexA95A5402F322242232
Octal251132124057624244262
Binary10101001101101010101000101111110010100010100100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A95A54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A95A54; }

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

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

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

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

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

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

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

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