#A3524B

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

Shades of Apple Blossom #A3524B

Tints of Apple Blossom #A3524B

Color information

#A3524B (or 0xA3524B) is unknown color: approx Apple Blossom. HEX triplet: A3, 52 and 4B. RGB value is (163,82,75). Sum of RGB (Red+Green+Blue) = 163+82+75=320 (42% of max value = 765). Red value is 163 (64.06% from 255 or 50.94% from 320); Green value is 82 (32.42% from 255 or 25.62% from 320); Blue value is 75 (29.69% from 255 or 23.44% from 320); Max value from RGB is 163 - color contains mainly: red. Hex color #A3524B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A3524B is #5CADB4. Grayscale: #696969. Windows color (decimal): -6073781 or 4936355. OLE color: 4936355.

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

Color convert

RGB1638275-
CMYK00.500.540.36
HSL4.77º36.97%46.67%-
HSV(B)4.77º53.99%63.92%-
XYZ19.3914.338.4-
YUV105.42110.84169.07-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 50.94%
GREEN value IS 82 (32.42% from 255) = 25.62%
BLUE value IS 75 (29.69% from 255) = 23.44%
R=50.94%
G=25.62%
B=23.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.54
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163827500.500.540.364.7736.9746.67
HexA3524B03236245252f
Octal243122113062664454557
Binary10100011101001010010110110010110110100100101100101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3524B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3524B; }

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

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

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

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

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

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

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

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