#A4534B

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

Shades of Apple Blossom #A4534B

Tints of Apple Blossom #A4534B

Color information

#A4534B (or 0xA4534B) is unknown color: approx Apple Blossom. HEX triplet: A4, 53 and 4B. RGB value is (164,83,75). Sum of RGB (Red+Green+Blue) = 164+83+75=322 (42% of max value = 765). Red value is 164 (64.45% from 255 or 50.93% from 322); Green value is 83 (32.81% from 255 or 25.78% from 322); Blue value is 75 (29.69% from 255 or 23.29% from 322); Max value from RGB is 164 - color contains mainly: red. Hex color #A4534B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A4534B is #5BACB4. Grayscale: #6A6A6A. Windows color (decimal): -6007989 or 4936612. OLE color: 4936612.

HSL color Cylindrical-coordinate representation of color #A4534B: hue angle of 5.39º 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 #A4534B is Cyan = 0, Magento = 0.49, Yellow = 0.54 and Black (K on CMYK) = 0.36.

Color convert

RGB1648375-
CMYK00.490.540.36
HSL5.39º37.24%46.86%-
HSV(B)5.39º54.27%64.31%-
XYZ19.6714.598.44-
YUV106.31110.34169.15-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 50.93%
GREEN value IS 83 (32.81% from 255) = 25.78%
BLUE value IS 75 (29.69% from 255) = 23.29%
R=50.93%
G=25.78%
B=23.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.54
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164837500.490.540.365.3937.2446.86
HexA4534B03136245252f
Octal244123113061664454557
Binary10100100101001110010110110001110110100100101100101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4534B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4534B; }

 p { color: rgb(164,83,75); }

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

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

 a { background-color: rgb(164,83,75); }

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

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

 span { border-color: rgb(164,83,75); }

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