#A6524A

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

Shades of Apple Blossom #A6524A

Tints of Apple Blossom #A6524A

Color information

#A6524A (or 0xA6524A) is unknown color: approx Apple Blossom. HEX triplet: A6, 52 and 4A. RGB value is (166,82,74). Sum of RGB (Red+Green+Blue) = 166+82+74=322 (42% of max value = 765). Red value is 166 (65.23% from 255 or 51.55% from 322); Green value is 82 (32.42% from 255 or 25.47% from 322); Blue value is 74 (29.30% from 255 or 22.98% from 322); Max value from RGB is 166 - color contains mainly: red. Hex color #A6524A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A6524A is #59ADB5. Grayscale: #6A6A6A. Windows color (decimal): -5877174 or 4870822. OLE color: 4870822.

HSL color Cylindrical-coordinate representation of color #A6524A: hue angle of 5.22º degrees, saturation: 0.38, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A6524A is Cyan = 0, Magento = 0.51, Yellow = 0.55 and Black (K on CMYK) = 0.35.

Color convert

RGB1668274-
CMYK00.510.550.35
HSL5.22º38.33%47.06%-
HSV(B)5.22º55.42%65.1%-
XYZ19.9814.648.25-
YUV106.2109.83170.65-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 51.55%
GREEN value IS 82 (32.42% from 255) = 25.47%
BLUE value IS 74 (29.30% from 255) = 22.98%
R=51.55%
G=25.47%
B=22.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.55
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166827400.510.550.355.2238.3347.06
HexA6524A03337235262f
Octal246122112063674354657
Binary10100110101001010010100110011110111100011101100110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6524A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6524A; }

 p { color: rgb(166,82,74); }

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

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

 a { background-color: rgb(166,82,74); }

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

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

 span { border-color: rgb(166,82,74); }

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