#a85047

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

Shades of Apple Blossom #A85047

Tints of Apple Blossom #A85047

Color information

#A85047 (or 0xA85047) is unknown color: approx Apple Blossom. HEX triplet: A8, 50 and 47. RGB value is (168,80,71). Sum of RGB (Red+Green+Blue) = 168+80+71=319 (42% of max value = 765). Red value is 168 (66.02% from 255 or 52.66% from 319); Green value is 80 (31.64% from 255 or 25.08% from 319); Blue value is 71 (28.12% from 255 or 22.26% from 319); Max value from RGB is 168 - color contains mainly: red. Hex color #A85047 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A85047 is #57AFB8. Grayscale: #696969. Windows color (decimal): -5746617 or 4673704. OLE color: 4673704.

HSL color Cylindrical-coordinate representation of color #A85047: hue angle of 5.57º 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 #A85047 is Cyan = 0, Magento = 0.52, Yellow = 0.58 and Black (K on CMYK) = 0.34.

Color convert

RGB1688071-
CMYK00.520.580.34
HSL5.57º40.59%46.86%-
HSV(B)5.57º57.74%65.88%-
XYZ20.1514.527.7-
YUV105.29108.65172.73-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 52.66%
GREEN value IS 80 (31.64% from 255) = 25.08%
BLUE value IS 71 (28.12% from 255) = 22.26%
R=52.66%
G=25.08%
B=22.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.58
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168807100.520.580.345.5740.5946.86
HexA850470343A226292f
Octal250120107064724265157
Binary10101000101000010001110110100111010100010110101001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a85047

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a85047; }

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

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

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

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

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

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

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

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