#A95047

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

Shades of Apple Blossom #A95047

Tints of Apple Blossom #A95047

Color information

#A95047 (or 0xA95047) is unknown color: approx Apple Blossom. HEX triplet: A9, 50 and 47. RGB value is (169,80,71). Sum of RGB (Red+Green+Blue) = 169+80+71=320 (42% of max value = 765). Red value is 169 (66.41% from 255 or 52.81% from 320); Green value is 80 (31.64% from 255 or 25% from 320); Blue value is 71 (28.12% from 255 or 22.19% from 320); Max value from RGB is 169 - color contains mainly: red. Hex color #A95047 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A95047 is #56AFB8. Grayscale: #696969. Windows color (decimal): -5681081 or 4673705. OLE color: 4673705.

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

Color convert

RGB1698071-
CMYK00.530.580.34
HSL5.51º40.83%47.06%-
HSV(B)5.51º57.99%66.27%-
XYZ20.3714.637.71-
YUV105.58108.49173.23-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 52.81%
GREEN value IS 80 (31.64% from 255) = 25%
BLUE value IS 71 (28.12% from 255) = 22.19%
R=52.81%
G=25%
B=22.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.58
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169807100.530.580.345.5140.8347.06
HexA950470353A226292f
Octal251120107065724265157
Binary10101001101000010001110110101111010100010110101001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A95047

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A95047; }

 p { color: rgb(169,80,71); }

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

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

 a { background-color: rgb(169,80,71); }

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

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

 span { border-color: rgb(169,80,71); }

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