#A45651

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

Shades of Apple Blossom #A45651

Tints of Apple Blossom #A45651

Color information

#A45651 (or 0xA45651) is unknown color: approx Apple Blossom. HEX triplet: A4, 56 and 51. RGB value is (164,86,81). Sum of RGB (Red+Green+Blue) = 164+86+81=331 (43% of max value = 765). Red value is 164 (64.45% from 255 or 49.55% from 331); Green value is 86 (33.98% from 255 or 25.98% from 331); Blue value is 81 (32.03% from 255 or 24.47% from 331); Max value from RGB is 164 - color contains mainly: red. Hex color #A45651 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A45651 is #5BA9AE. Grayscale: #6C6C6C. Windows color (decimal): -6007215 or 5330596. OLE color: 5330596.

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

Color convert

RGB1648681-
CMYK00.480.510.36
HSL3.61º33.88%48.04%-
HSV(B)3.61º50.61%64.31%-
XYZ20.1215.149.65-
YUV108.75112.34167.41-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 49.55%
GREEN value IS 86 (33.98% from 255) = 25.98%
BLUE value IS 81 (32.03% from 255) = 24.47%
R=49.55%
G=25.98%
B=24.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.51
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164868100.480.510.363.6133.8848.04
HexA45651030332442230
Octal244126121060634444260
Binary10100100101011010100010110000110011100100100100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A45651

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A45651; }

 p { color: rgb(164,86,81); }

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

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

 a { background-color: rgb(164,86,81); }

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

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

 span { border-color: rgb(164,86,81); }

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