#A0534C

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

Shades of Apple Blossom #A0534C

Tints of Apple Blossom #A0534C

Color information

#A0534C (or 0xA0534C) is unknown color: approx Apple Blossom. HEX triplet: A0, 53 and 4C. RGB value is (160,83,76). Sum of RGB (Red+Green+Blue) = 160+83+76=319 (42% of max value = 765). Red value is 160 (62.89% from 255 or 50.16% from 319); Green value is 83 (32.81% from 255 or 26.02% from 319); Blue value is 76 (30.08% from 255 or 23.82% from 319); Max value from RGB is 160 - color contains mainly: red. Hex color #A0534C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A0534C is #5FACB3. Grayscale: #696969. Windows color (decimal): -6270132 or 5002144. OLE color: 5002144.

HSL color Cylindrical-coordinate representation of color #A0534C: hue angle of 5º degrees, saturation: 0.36, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A0534C is Cyan = 0, Magento = 0.48, Yellow = 0.52 and Black (K on CMYK) = 0.37.

Color convert

RGB1608376-
CMYK00.480.520.37
HSL35.59%46.27%-
HSV(B)52.5%62.75%-
XYZ18.8914.188.58-
YUV105.22111.51167.07-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 50.16%
GREEN value IS 83 (32.81% from 255) = 26.02%
BLUE value IS 76 (30.08% from 255) = 23.82%
R=50.16%
G=26.02%
B=23.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.52
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160837600.480.520.37535.5946.27
HexA0534C03034255242e
Octal240123114060644554456
Binary10100000101001110011000110000110100100101101100100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0534C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0534C; }

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

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

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

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

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

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

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

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