#A1504A

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

Shades of Apple Blossom #A1504A

Tints of Apple Blossom #A1504A

Color information

#A1504A (or 0xA1504A) is unknown color: approx Apple Blossom. HEX triplet: A1, 50 and 4A. RGB value is (161,80,74). Sum of RGB (Red+Green+Blue) = 161+80+74=315 (41% of max value = 765). Red value is 161 (63.28% from 255 or 51.11% from 315); Green value is 80 (31.64% from 255 or 25.40% from 315); Blue value is 74 (29.30% from 255 or 23.49% from 315); Max value from RGB is 161 - color contains mainly: red. Hex color #A1504A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A1504A is #5EAFB5. Grayscale: #676767. Windows color (decimal): -6205366 or 4870305. OLE color: 4870305.

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

Color convert

RGB1618074-
CMYK00.500.540.37
HSL4.14º37.02%46.08%-
HSV(B)4.14º54.04%63.14%-
XYZ18.813.818.15-
YUV103.54111.34168.99-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 51.11%
GREEN value IS 80 (31.64% from 255) = 25.40%
BLUE value IS 74 (29.30% from 255) = 23.49%
R=51.11%
G=25.40%
B=23.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.54
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161807400.500.540.374.1437.0246.08
HexA1504A03236254252e
Octal241120112062664544556
Binary10100001101000010010100110010110110100101100100101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1504A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1504A; }

 p { color: rgb(161,80,74); }

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

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

 a { background-color: rgb(161,80,74); }

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

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

 span { border-color: rgb(161,80,74); }

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