#A65A54

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

Shades of Apple Blossom #A65A54

Tints of Apple Blossom #A65A54

Color information

#A65A54 (or 0xA65A54) is unknown color: approx Apple Blossom. HEX triplet: A6, 5A and 54. RGB value is (166,90,84). Sum of RGB (Red+Green+Blue) = 166+90+84=340 (45% of max value = 765). Red value is 166 (65.23% from 255 or 48.82% from 340); Green value is 90 (35.55% from 255 or 26.47% from 340); Blue value is 84 (33.20% from 255 or 24.71% from 340); Max value from RGB is 166 - color contains mainly: red. Hex color #A65A54 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A65A54 is #59A5AB. Grayscale: #707070. Windows color (decimal): -5875116 or 5528230. OLE color: 5528230.

HSL color Cylindrical-coordinate representation of color #A65A54: hue angle of 4.39º degrees, saturation: 0.33, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A65A54 is Cyan = 0, Magento = 0.46, Yellow = 0.49 and Black (K on CMYK) = 0.35.

Color convert

RGB1669084-
CMYK00.460.490.35
HSL4.39º32.8%49.02%-
HSV(B)4.39º49.4%65.1%-
XYZ20.9816.0610.38-
YUV112.04112.18166.49-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 48.82%
GREEN value IS 90 (35.55% from 255) = 26.47%
BLUE value IS 84 (33.20% from 255) = 24.71%
R=48.82%
G=26.47%
B=24.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.49
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166908400.460.490.354.3932.849.02
HexA65A5402E312342131
Octal246132124056614344161
Binary10100110101101010101000101110110001100011100100001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A65A54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A65A54; }

 p { color: rgb(166,90,84); }

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

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

 a { background-color: rgb(166,90,84); }

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

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

 span { border-color: rgb(166,90,84); }

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