#A85348

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

Shades of Apple Blossom #A85348

Tints of Apple Blossom #A85348

Color information

#A85348 (or 0xA85348) is unknown color: approx Apple Blossom. HEX triplet: A8, 53 and 48. RGB value is (168,83,72). Sum of RGB (Red+Green+Blue) = 168+83+72=323 (42% of max value = 765). Red value is 168 (66.02% from 255 or 52.01% from 323); Green value is 83 (32.81% from 255 or 25.70% from 323); Blue value is 72 (28.52% from 255 or 22.29% from 323); Max value from RGB is 168 - color contains mainly: red. Hex color #A85348 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A85348 is #57ACB7. Grayscale: #6B6B6B. Windows color (decimal): -5745848 or 4740008. OLE color: 4740008.

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

Color convert

RGB1688372-
CMYK00.510.570.34
HSL6.88º40%47.06%-
HSV(B)6.88º57.14%65.88%-
XYZ20.4114.987.95-
YUV107.16108.16171.39-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 52.01%
GREEN value IS 83 (32.81% from 255) = 25.70%
BLUE value IS 72 (28.52% from 255) = 22.29%
R=52.01%
G=25.70%
B=22.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.57
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168837200.510.570.346.884047.06
HexA8534803339227282f
Octal250123110063714275057
Binary10101000101001110010000110011111001100010111101000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A85348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A85348; }

 p { color: rgb(168,83,72); }

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

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

 a { background-color: rgb(168,83,72); }

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

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

 span { border-color: rgb(168,83,72); }

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