#A5534C

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

Shades of Apple Blossom #A5534C

Tints of Apple Blossom #A5534C

Color information

#A5534C (or 0xA5534C) is unknown color: approx Apple Blossom. HEX triplet: A5, 53 and 4C. RGB value is (165,83,76). Sum of RGB (Red+Green+Blue) = 165+83+76=324 (42% of max value = 765). Red value is 165 (64.84% from 255 or 50.93% from 324); Green value is 83 (32.81% from 255 or 25.62% from 324); Blue value is 76 (30.08% from 255 or 23.46% from 324); Max value from RGB is 165 - color contains mainly: red. Hex color #A5534C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A5534C is #5AACB3. Grayscale: #6A6A6A. Windows color (decimal): -5942452 or 5002149. OLE color: 5002149.

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

Color convert

RGB1658376-
CMYK00.500.540.35
HSL4.72º36.93%47.25%-
HSV(B)4.72º53.94%64.71%-
XYZ19.9114.718.63-
YUV106.72110.67169.57-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 50.93%
GREEN value IS 83 (32.81% from 255) = 25.62%
BLUE value IS 76 (30.08% from 255) = 23.46%
R=50.93%
G=25.62%
B=23.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.54
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165837600.500.540.354.7236.9347.25
HexA5534C03236235252f
Octal245123114062664354557
Binary10100101101001110011000110010110110100011101100101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5534C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5534C; }

 p { color: rgb(165,83,76); }

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

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

 a { background-color: rgb(165,83,76); }

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

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

 span { border-color: rgb(165,83,76); }

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