#A35652

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

Shades of Apple Blossom #A35652

Tints of Apple Blossom #A35652

Color information

#A35652 (or 0xA35652) is unknown color: approx Apple Blossom. HEX triplet: A3, 56 and 52. RGB value is (163,86,82). Sum of RGB (Red+Green+Blue) = 163+86+82=331 (43% of max value = 765). Red value is 163 (64.06% from 255 or 49.24% from 331); Green value is 86 (33.98% from 255 or 25.98% from 331); Blue value is 82 (32.42% from 255 or 24.77% from 331); Max value from RGB is 163 - color contains mainly: red. Hex color #A35652 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A35652 is #5CA9AD. Grayscale: #6C6C6C. Windows color (decimal): -6072750 or 5396131. OLE color: 5396131.

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

Color convert

RGB1638682-
CMYK00.470.500.36
HSL2.96º33.06%48.04%-
HSV(B)2.96º49.69%63.92%-
XYZ19.9615.059.84-
YUV108.57113.01166.83-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 49.24%
GREEN value IS 86 (33.98% from 255) = 25.98%
BLUE value IS 82 (32.42% from 255) = 24.77%
R=49.24%
G=25.98%
B=24.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.50
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163868200.470.500.362.9633.0648.04
HexA3565202F322432130
Octal243126122057624434160
Binary1010001110101101010010010111111001010010011100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A35652

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A35652; }

 p { color: rgb(163,86,82); }

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

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

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

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

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

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

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