#A95042

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

Shades of Apple Blossom #A95042

Tints of Apple Blossom #A95042

Color information

#A95042 (or 0xA95042) is unknown color: approx Apple Blossom. HEX triplet: A9, 50 and 42. RGB value is (169,80,66). Sum of RGB (Red+Green+Blue) = 169+80+66=315 (41% of max value = 765). Red value is 169 (66.41% from 255 or 53.65% from 315); Green value is 80 (31.64% from 255 or 25.40% from 315); Blue value is 66 (26.17% from 255 or 20.95% from 315); Max value from RGB is 169 - color contains mainly: red. Hex color #A95042 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A95042 is #56AFBD. Grayscale: #696969. Windows color (decimal): -5681086 or 4346025. OLE color: 4346025.

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

Color convert

RGB1698066-
CMYK00.530.610.34
HSL8.16º43.83%46.08%-
HSV(B)8.16º60.95%66.27%-
XYZ20.2114.576.9-
YUV105.01105.99173.64-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 53.65%
GREEN value IS 80 (31.64% from 255) = 25.40%
BLUE value IS 66 (26.17% from 255) = 20.95%
R=53.65%
G=25.40%
B=20.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.61
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169806600.530.610.348.1643.8346.08
HexA950420353D2282c2e
Octal2511201020657542105456
Binary101010011010000100001001101011111011000101000101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A95042

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A95042; }

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

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

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

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

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

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

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

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