#A8524F

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

Shades of Apple Blossom #A8524F

Tints of Apple Blossom #A8524F

Color information

#A8524F (or 0xA8524F) is unknown color: approx Apple Blossom. HEX triplet: A8, 52 and 4F. RGB value is (168,82,79). Sum of RGB (Red+Green+Blue) = 168+82+79=329 (43% of max value = 765). Red value is 168 (66.02% from 255 or 51.06% from 329); Green value is 82 (32.42% from 255 or 24.92% from 329); Blue value is 79 (31.25% from 255 or 24.01% from 329); Max value from RGB is 168 - color contains mainly: red. Hex color #A8524F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A8524F is #57ADB0. Grayscale: #6B6B6B. Windows color (decimal): -5746097 or 5198504. OLE color: 5198504.

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

Color convert

RGB1688279-
CMYK00.510.530.34
HSL2.02º36.03%48.43%-
HSV(B)2.02º52.98%65.88%-
XYZ20.5814.929.19-
YUV107.37111.99171.24-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 51.06%
GREEN value IS 82 (32.42% from 255) = 24.92%
BLUE value IS 79 (31.25% from 255) = 24.01%
R=51.06%
G=24.92%
B=24.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.53
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168827900.510.530.342.0236.0348.43
HexA8524F033352222430
Octal250122117063654224460
Binary1010100010100101001111011001111010110001010100100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8524F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8524F; }

 p { color: rgb(168,82,79); }

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

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

 a { background-color: rgb(168,82,79); }

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

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

 span { border-color: rgb(168,82,79); }

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