#A65252

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

Shades of Apple Blossom #A65252

Tints of Apple Blossom #A65252

Color information

#A65252 (or 0xA65252) is unknown color: approx Apple Blossom. HEX triplet: A6, 52 and 52. RGB value is (166,82,82). Sum of RGB (Red+Green+Blue) = 166+82+82=330 (43% of max value = 765). Red value is 166 (65.23% from 255 or 50.30% from 330); Green value is 82 (32.42% from 255 or 24.85% from 330); Blue value is 82 (32.42% from 255 or 24.85% from 330); Max value from RGB is 166 - color contains mainly: red. Hex color #A65252 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A65252 is #59ADAD. Grayscale: #6B6B6B. Windows color (decimal): -5877166 or 5395110. OLE color: 5395110.

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

Color convert

RGB1668282-
CMYK00.510.510.35
HSL33.87%48.63%-
HSV(B)50.6%65.1%-
XYZ20.2714.759.76-
YUV107.12113.83170-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 50.30%
GREEN value IS 82 (32.42% from 255) = 24.85%
BLUE value IS 82 (32.42% from 255) = 24.85%
R=50.30%
G=24.85%
B=24.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.51
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166828200.510.510.35033.8748.63
HexA65252033332302231
Octal246122122063634304261
Binary101001101010010101001001100111100111000110100010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A65252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A65252; }

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

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

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

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

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

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

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

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