#A7524C

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

Shades of Apple Blossom #A7524C

Tints of Apple Blossom #A7524C

Color information

#A7524C (or 0xA7524C) is unknown color: approx Apple Blossom. HEX triplet: A7, 52 and 4C. RGB value is (167,82,76). Sum of RGB (Red+Green+Blue) = 167+82+76=325 (43% of max value = 765). Red value is 167 (65.62% from 255 or 51.38% from 325); Green value is 82 (32.42% from 255 or 25.23% from 325); Blue value is 76 (30.08% from 255 or 23.38% from 325); Max value from RGB is 167 - color contains mainly: red. Hex color #A7524C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A7524C is #58ADB3. Grayscale: #6A6A6A. Windows color (decimal): -5811636 or 5001895. OLE color: 5001895.

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

Color convert

RGB1678276-
CMYK00.510.540.35
HSL3.96º37.45%47.65%-
HSV(B)3.96º54.49%65.49%-
XYZ20.2614.778.62-
YUV106.73110.66170.99-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 51.38%
GREEN value IS 82 (32.42% from 255) = 25.23%
BLUE value IS 76 (30.08% from 255) = 23.38%
R=51.38%
G=25.23%
B=23.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.54
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167827600.510.540.353.9637.4547.65
HexA7524C033362342530
Octal247122114063664344560
Binary10100111101001010011000110011110110100011100100101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7524C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7524C; }

 p { color: rgb(167,82,76); }

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

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

 a { background-color: rgb(167,82,76); }

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

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

 span { border-color: rgb(167,82,76); }

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