#A75449

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

Shades of Apple Blossom #A75449

Tints of Apple Blossom #A75449

Color information

#A75449 (or 0xA75449) is unknown color: approx Apple Blossom. HEX triplet: A7, 54 and 49. RGB value is (167,84,73). Sum of RGB (Red+Green+Blue) = 167+84+73=324 (42% of max value = 765). Red value is 167 (65.62% from 255 or 51.54% from 324); Green value is 84 (33.20% from 255 or 25.93% from 324); Blue value is 73 (28.91% from 255 or 22.53% from 324); Max value from RGB is 167 - color contains mainly: red. Hex color #A75449 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A75449 is #58ABB6. Grayscale: #6B6B6B. Windows color (decimal): -5811127 or 4805799. OLE color: 4805799.

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

Color convert

RGB1678473-
CMYK00.500.560.35
HSL7.02º39.17%47.06%-
HSV(B)7.02º56.29%65.49%-
XYZ20.3115.048.14-
YUV107.56108.5170.39-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 51.54%
GREEN value IS 84 (33.20% from 255) = 25.93%
BLUE value IS 73 (28.91% from 255) = 22.53%
R=51.54%
G=25.93%
B=22.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.56
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167847300.500.560.357.0239.1747.06
HexA7544903238237272f
Octal247124111062704374757
Binary10100111101010010010010110010111000100011111100111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A75449

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A75449; }

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

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

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

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

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

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

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

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