#a75349

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

Shades of Apple Blossom #A75349

Tints of Apple Blossom #A75349

Color information

#A75349 (or 0xA75349) is unknown color: approx Apple Blossom. HEX triplet: A7, 53 and 49. RGB value is (167,83,73). Sum of RGB (Red+Green+Blue) = 167+83+73=323 (42% of max value = 765). Red value is 167 (65.62% from 255 or 51.70% from 323); Green value is 83 (32.81% from 255 or 25.70% from 323); Blue value is 73 (28.91% from 255 or 22.60% from 323); Max value from RGB is 167 - color contains mainly: red. Hex color #A75349 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A75349 is #58ACB6. Grayscale: #6B6B6B. Windows color (decimal): -5811383 or 4805543. OLE color: 4805543.

HSL color Cylindrical-coordinate representation of color #A75349: hue angle of 6.38º 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 #A75349 is Cyan = 0, Magento = 0.50, Yellow = 0.56 and Black (K on CMYK) = 0.35.

Color convert

RGB1678373-
CMYK00.500.560.35
HSL6.38º39.17%47.06%-
HSV(B)6.38º56.29%65.49%-
XYZ20.2314.888.11-
YUV106.98108.83170.81-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 51.70%
GREEN value IS 83 (32.81% from 255) = 25.70%
BLUE value IS 73 (28.91% from 255) = 22.60%
R=51.70%
G=25.70%
B=22.60%

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
Decimal167837300.500.560.356.3839.1747.06
HexA7534903238236272f
Octal247123111062704364757
Binary10100111101001110010010110010111000100011110100111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a75349

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a75349; }

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

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

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

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

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

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

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

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