#A95B5B

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

Shades of Apple Blossom #A95B5B

Tints of Apple Blossom #A95B5B

Color information

#A95B5B (or 0xA95B5B) is unknown color: approx Apple Blossom. HEX triplet: A9, 5B and 5B. RGB value is (169,91,91). Sum of RGB (Red+Green+Blue) = 169+91+91=351 (46% of max value = 765). Red value is 169 (66.41% from 255 or 48.15% from 351); Green value is 91 (35.94% from 255 or 25.93% from 351); Blue value is 91 (35.94% from 255 or 25.93% from 351); Max value from RGB is 169 - color contains mainly: red. Hex color #A95B5B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A95B5B is #56A4A4. Grayscale: #727272. Windows color (decimal): -5678245 or 5987241. OLE color: 5987241.

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

Color convert

RGB1699191-
CMYK00.460.460.34
HSL31.2%50.98%-
HSV(B)46.15%66.27%-
XYZ21.9916.6711.96-
YUV114.32114.84167-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 48.15%
GREEN value IS 91 (35.94% from 255) = 25.93%
BLUE value IS 91 (35.94% from 255) = 25.93%
R=48.15%
G=25.93%
B=25.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.46
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169919100.460.460.34031.250.98
HexA95B5B02E2E2201f33
Octal251133133056564203763
Binary10101001101101110110110101110101110100010011111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A95B5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A95B5B; }

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

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

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

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

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

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

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

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