#A15752

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

Shades of Apple Blossom #A15752

Tints of Apple Blossom #A15752

Color information

#A15752 (or 0xA15752) is unknown color: approx Apple Blossom. HEX triplet: A1, 57 and 52. RGB value is (161,87,82). Sum of RGB (Red+Green+Blue) = 161+87+82=330 (43% of max value = 765). Red value is 161 (63.28% from 255 or 48.79% from 330); Green value is 87 (34.38% from 255 or 26.36% from 330); Blue value is 82 (32.42% from 255 or 24.85% from 330); Max value from RGB is 161 - color contains mainly: red. Hex color #A15752 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A15752 is #5EA8AD. Grayscale: #6C6C6C. Windows color (decimal): -6203566 or 5396385. OLE color: 5396385.

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

Color convert

RGB1618782-
CMYK00.460.490.37
HSL3.8º32.51%47.65%-
HSV(B)3.8º49.07%63.14%-
XYZ19.63159.84-
YUV108.56113.02165.41-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 48.79%
GREEN value IS 87 (34.38% from 255) = 26.36%
BLUE value IS 82 (32.42% from 255) = 24.85%
R=48.79%
G=26.36%
B=24.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.49
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161878200.460.490.373.832.5147.65
HexA1575202E312542130
Octal241127122056614544160
Binary10100001101011110100100101110110001100101100100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A15752

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A15752; }

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

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

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

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

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

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

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

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