#A65757

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

Shades of Apple Blossom #A65757

Tints of Apple Blossom #A65757

Color information

#A65757 (or 0xA65757) is unknown color: approx Apple Blossom. HEX triplet: A6, 57 and 57. RGB value is (166,87,87). Sum of RGB (Red+Green+Blue) = 166+87+87=340 (45% of max value = 765). Red value is 166 (65.23% from 255 or 48.82% from 340); Green value is 87 (34.38% from 255 or 25.59% from 340); Blue value is 87 (34.38% from 255 or 25.59% from 340); Max value from RGB is 166 - color contains mainly: red. Hex color #A65757 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A65757 is #59A8A8. Grayscale: #6E6E6E. Windows color (decimal): -5875881 or 5724070. OLE color: 5724070.

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

Color convert

RGB1668787-
CMYK00.480.480.35
HSL31.23%49.61%-
HSV(B)47.59%65.1%-
XYZ20.8515.6110.93-
YUV110.62114.67167.5-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 48.82%
GREEN value IS 87 (34.38% from 255) = 25.59%
BLUE value IS 87 (34.38% from 255) = 25.59%
R=48.82%
G=25.59%
B=25.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.48
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166878700.480.480.35031.2349.61
HexA65757030302301f32
Octal246127127060604303762
Binary10100110101011110101110110000110000100011011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A65757

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A65757; }

 p { color: rgb(166,87,87); }

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

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

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

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

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

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

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