#A35047

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

Shades of Apple Blossom #A35047

Tints of Apple Blossom #A35047

Color information

#A35047 (or 0xA35047) is unknown color: approx Apple Blossom. HEX triplet: A3, 50 and 47. RGB value is (163,80,71). Sum of RGB (Red+Green+Blue) = 163+80+71=314 (41% of max value = 765). Red value is 163 (64.06% from 255 or 51.91% from 314); Green value is 80 (31.64% from 255 or 25.48% from 314); Blue value is 71 (28.12% from 255 or 22.61% from 314); Max value from RGB is 163 - color contains mainly: red. Hex color #A35047 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A35047 is #5CAFB8. Grayscale: #676767. Windows color (decimal): -6074297 or 4673699. OLE color: 4673699.

HSL color Cylindrical-coordinate representation of color #A35047: hue angle of 5.87º degrees, saturation: 0.39, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A35047 is Cyan = 0, Magento = 0.51, Yellow = 0.56 and Black (K on CMYK) = 0.36.

Color convert

RGB1638071-
CMYK00.510.560.36
HSL5.87º39.32%45.88%-
HSV(B)5.87º56.44%63.92%-
XYZ19.1113.987.65-
YUV103.79109.5170.23-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 51.91%
GREEN value IS 80 (31.64% from 255) = 25.48%
BLUE value IS 71 (28.12% from 255) = 22.61%
R=51.91%
G=25.48%
B=22.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.56
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163807100.510.560.365.8739.3245.88
HexA3504703338246272e
Octal243120107063704464756
Binary10100011101000010001110110011111000100100110100111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A35047

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A35047; }

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

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

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

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

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

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

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

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