#A7524E

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

Shades of Apple Blossom #A7524E

Tints of Apple Blossom #A7524E

Color information

#A7524E (or 0xA7524E) is unknown color: approx Apple Blossom. HEX triplet: A7, 52 and 4E. RGB value is (167,82,78). Sum of RGB (Red+Green+Blue) = 167+82+78=327 (43% of max value = 765). Red value is 167 (65.62% from 255 or 51.07% from 327); Green value is 82 (32.42% from 255 or 25.08% from 327); Blue value is 78 (30.86% from 255 or 23.85% from 327); Max value from RGB is 167 - color contains mainly: red. Hex color #A7524E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A7524E is #58ADB1. Grayscale: #6B6B6B. Windows color (decimal): -5811634 or 5132967. OLE color: 5132967.

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

Color convert

RGB1678278-
CMYK00.510.530.35
HSL2.7º36.33%48.04%-
HSV(B)2.7º53.29%65.49%-
XYZ20.3314.88.99-
YUV106.96111.66170.83-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 51.07%
GREEN value IS 82 (32.42% from 255) = 25.08%
BLUE value IS 78 (30.86% from 255) = 23.85%
R=51.07%
G=25.08%
B=23.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.53
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167827800.510.530.352.736.3348.04
HexA7524E033352332430
Octal247122116063654334460
Binary1010011110100101001110011001111010110001111100100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7524E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7524E; }

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

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

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

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

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

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

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

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