#A6544B

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

Shades of Apple Blossom #A6544B

Tints of Apple Blossom #A6544B

Color information

#A6544B (or 0xA6544B) is unknown color: approx Apple Blossom. HEX triplet: A6, 54 and 4B. RGB value is (166,84,75). Sum of RGB (Red+Green+Blue) = 166+84+75=325 (43% of max value = 765). Red value is 166 (65.23% from 255 or 51.08% from 325); Green value is 84 (33.20% from 255 or 25.85% from 325); Blue value is 75 (29.69% from 255 or 23.08% from 325); Max value from RGB is 166 - color contains mainly: red. Hex color #A6544B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A6544B is #59ABB4. Grayscale: #6B6B6B. Windows color (decimal): -5876661 or 4936870. OLE color: 4936870.

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

Color convert

RGB1668475-
CMYK00.490.550.35
HSL5.93º37.76%47.25%-
HSV(B)5.93º54.82%65.1%-
XYZ20.1714.968.48-
YUV107.49109.67169.73-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 51.08%
GREEN value IS 84 (33.20% from 255) = 25.85%
BLUE value IS 75 (29.69% from 255) = 23.08%
R=51.08%
G=25.85%
B=23.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.55
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166847500.490.550.355.9337.7647.25
HexA6544B03137236262f
Octal246124113061674364657
Binary10100110101010010010110110001110111100011110100110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6544B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6544B; }

 p { color: rgb(166,84,75); }

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

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

 a { background-color: rgb(166,84,75); }

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

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

 span { border-color: rgb(166,84,75); }

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