#A75248

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

Shades of Apple Blossom #A75248

Tints of Apple Blossom #A75248

Color information

#A75248 (or 0xA75248) is unknown color: approx Apple Blossom. HEX triplet: A7, 52 and 48. RGB value is (167,82,72). Sum of RGB (Red+Green+Blue) = 167+82+72=321 (42% of max value = 765). Red value is 167 (65.62% from 255 or 52.02% from 321); Green value is 82 (32.42% from 255 or 25.55% from 321); Blue value is 72 (28.52% from 255 or 22.43% from 321); Max value from RGB is 167 - color contains mainly: red. Hex color #A75248 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A75248 is #58ADB7. Grayscale: #6A6A6A. Windows color (decimal): -5811640 or 4739751. OLE color: 4739751.

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

Color convert

RGB1678272-
CMYK00.510.570.35
HSL6.32º39.75%46.86%-
HSV(B)6.32º56.89%65.49%-
XYZ20.1214.727.91-
YUV106.28108.66171.31-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 52.02%
GREEN value IS 82 (32.42% from 255) = 25.55%
BLUE value IS 72 (28.52% from 255) = 22.43%
R=52.02%
G=25.55%
B=22.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.57
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167827200.510.570.356.3239.7546.86
HexA7524803339236282f
Octal247122110063714365057
Binary10100111101001010010000110011111001100011110101000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A75248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A75248; }

 p { color: rgb(167,82,72); }

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

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

 a { background-color: rgb(167,82,72); }

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

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

 span { border-color: rgb(167,82,72); }

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