#A95B5A

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

Shades of Apple Blossom #A95B5A

Tints of Apple Blossom #A95B5A

Color information

#A95B5A (or 0xA95B5A) is unknown color: approx Apple Blossom. HEX triplet: A9, 5B and 5A. RGB value is (169,91,90). Sum of RGB (Red+Green+Blue) = 169+91+90=350 (46% of max value = 765). Red value is 169 (66.41% from 255 or 48.29% from 350); Green value is 91 (35.94% from 255 or 26% from 350); Blue value is 90 (35.55% from 255 or 25.71% from 350); Max value from RGB is 169 - color contains mainly: red. Hex color #A95B5A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A95B5A is #56A4A5. Grayscale: #727272. Windows color (decimal): -5678246 or 5921705. OLE color: 5921705.

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

Color convert

RGB1699190-
CMYK00.460.470.34
HSL0.76º31.47%50.78%-
HSV(B)0.76º46.75%66.27%-
XYZ21.9516.6611.73-
YUV114.21114.34167.08-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 48.29%
GREEN value IS 91 (35.94% from 255) = 26%
BLUE value IS 90 (35.55% from 255) = 25.71%
R=48.29%
G=26%
B=25.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.47
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169919000.460.470.340.7631.4750.78
HexA95B5A02E2F2211f33
Octal251133132056574213763
Binary10101001101101110110100101110101111100010111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A95B5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A95B5A; }

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

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

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

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

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

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

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

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