#A15754

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

Shades of Apple Blossom #A15754

Tints of Apple Blossom #A15754

Color information

#A15754 (or 0xA15754) is unknown color: approx Apple Blossom. HEX triplet: A1, 57 and 54. RGB value is (161,87,84). Sum of RGB (Red+Green+Blue) = 161+87+84=332 (43% of max value = 765). Red value is 161 (63.28% from 255 or 48.49% from 332); Green value is 87 (34.38% from 255 or 26.20% from 332); Blue value is 84 (33.20% from 255 or 25.30% from 332); Max value from RGB is 161 - color contains mainly: red. Hex color #A15754 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A15754 is #5EA8AB. Grayscale: #6C6C6C. Windows color (decimal): -6203564 or 5527457. OLE color: 5527457.

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

Color convert

RGB1618784-
CMYK00.460.480.37
HSL2.34º31.43%48.04%-
HSV(B)2.34º47.83%63.14%-
XYZ19.7115.0310.25-
YUV108.78114.02165.24-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 48.49%
GREEN value IS 87 (34.38% from 255) = 26.20%
BLUE value IS 84 (33.20% from 255) = 25.30%
R=48.49%
G=26.20%
B=25.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.48
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161878400.460.480.372.3431.4348.04
HexA1575402E302521f30
Octal241127124056604523760
Binary101000011010111101010001011101100001001011011111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A15754

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A15754; }

 p { color: rgb(161,87,84); }

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

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

 a { background-color: rgb(161,87,84); }

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

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

 span { border-color: rgb(161,87,84); }

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