#A75453

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

Shades of Apple Blossom #A75453

Tints of Apple Blossom #A75453

Color information

#A75453 (or 0xA75453) is unknown color: approx Apple Blossom. HEX triplet: A7, 54 and 53. RGB value is (167,84,83). Sum of RGB (Red+Green+Blue) = 167+84+83=334 (44% of max value = 765). Red value is 167 (65.62% from 255 or 50% from 334); Green value is 84 (33.20% from 255 or 25.15% from 334); Blue value is 83 (32.81% from 255 or 24.85% from 334); Max value from RGB is 167 - color contains mainly: red. Hex color #A75453 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A75453 is #58ABAC. Grayscale: #6C6C6C. Windows color (decimal): -5811117 or 5461159. OLE color: 5461159.

HSL color Cylindrical-coordinate representation of color #A75453: hue angle of 0.71º degrees, saturation: 0.34, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A75453 is Cyan = 0, Magento = 0.50, Yellow = 0.50 and Black (K on CMYK) = 0.35.

Color convert

RGB1678483-
CMYK00.500.500.35
HSL0.71º33.6%49.02%-
HSV(B)0.71º50.3%65.49%-
XYZ20.6715.1810.02-
YUV108.7113.5169.58-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 50%
GREEN value IS 84 (33.20% from 255) = 25.15%
BLUE value IS 83 (32.81% from 255) = 24.85%
R=50%
G=25.15%
B=24.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.50
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167848300.500.500.350.7133.649.02
HexA75453032322312231
Octal247124123062624314261
Binary101001111010100101001101100101100101000111100010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A75453

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A75453; }

 p { color: rgb(167,84,83); }

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

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

 a { background-color: rgb(167,84,83); }

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

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

 span { border-color: rgb(167,84,83); }

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