#A75650

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

Shades of Apple Blossom #A75650

Tints of Apple Blossom #A75650

Color information

#A75650 (or 0xA75650) is unknown color: approx Apple Blossom. HEX triplet: A7, 56 and 50. RGB value is (167,86,80). Sum of RGB (Red+Green+Blue) = 167+86+80=333 (44% of max value = 765). Red value is 167 (65.62% from 255 or 50.15% from 333); Green value is 86 (33.98% from 255 or 25.83% from 333); Blue value is 80 (31.64% from 255 or 24.02% from 333); Max value from RGB is 167 - color contains mainly: red. Hex color #A75650 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A75650 is #58A9AF. Grayscale: #6D6D6D. Windows color (decimal): -5810608 or 5265063. OLE color: 5265063.

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

Color convert

RGB1678680-
CMYK00.490.520.35
HSL4.14º35.22%48.43%-
HSV(B)4.14º52.1%65.49%-
XYZ20.7115.459.48-
YUV109.54111.34168.99-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 50.15%
GREEN value IS 86 (33.98% from 255) = 25.83%
BLUE value IS 80 (31.64% from 255) = 24.02%
R=50.15%
G=25.83%
B=24.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.52
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167868000.490.520.354.1435.2248.43
HexA75650031342342330
Octal247126120061644344360
Binary10100111101011010100000110001110100100011100100011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A75650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A75650; }

 p { color: rgb(167,86,80); }

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

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

 a { background-color: rgb(167,86,80); }

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

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

 span { border-color: rgb(167,86,80); }

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