#A85347

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

Shades of Apple Blossom #A85347

Tints of Apple Blossom #A85347

Color information

#A85347 (or 0xA85347) is unknown color: approx Apple Blossom. HEX triplet: A8, 53 and 47. RGB value is (168,83,71). Sum of RGB (Red+Green+Blue) = 168+83+71=322 (42% of max value = 765). Red value is 168 (66.02% from 255 or 52.17% from 322); Green value is 83 (32.81% from 255 or 25.78% from 322); Blue value is 71 (28.12% from 255 or 22.05% from 322); Max value from RGB is 168 - color contains mainly: red. Hex color #A85347 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A85347 is #57ACB8. Grayscale: #6B6B6B. Windows color (decimal): -5745849 or 4674472. OLE color: 4674472.

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

Color convert

RGB1688371-
CMYK00.510.580.34
HSL7.42º40.59%46.86%-
HSV(B)7.42º57.74%65.88%-
XYZ20.3814.977.78-
YUV107.05107.66171.48-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 52.17%
GREEN value IS 83 (32.81% from 255) = 25.78%
BLUE value IS 71 (28.12% from 255) = 22.05%
R=52.17%
G=25.78%
B=22.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.58
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168837100.510.580.347.4240.5946.86
HexA853470333A227292f
Octal250123107063724275157
Binary10101000101001110001110110011111010100010111101001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A85347

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A85347; }

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

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

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

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

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

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

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

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