#A6534F

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

Shades of Apple Blossom #A6534F

Tints of Apple Blossom #A6534F

Color information

#A6534F (or 0xA6534F) is unknown color: approx Apple Blossom. HEX triplet: A6, 53 and 4F. RGB value is (166,83,79). Sum of RGB (Red+Green+Blue) = 166+83+79=328 (43% of max value = 765). Red value is 166 (65.23% from 255 or 50.61% from 328); Green value is 83 (32.81% from 255 or 25.30% from 328); Blue value is 79 (31.25% from 255 or 24.09% from 328); Max value from RGB is 166 - color contains mainly: red. Hex color #A6534F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A6534F is #59ACB0. Grayscale: #6B6B6B. Windows color (decimal): -5876913 or 5198758. OLE color: 5198758.

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

Color convert

RGB1668379-
CMYK00.500.520.35
HSL2.76º35.51%48.04%-
HSV(B)2.76º52.41%65.1%-
XYZ20.2314.869.2-
YUV107.36112169.83-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 50.61%
GREEN value IS 83 (32.81% from 255) = 25.30%
BLUE value IS 79 (31.25% from 255) = 24.09%
R=50.61%
G=25.30%
B=24.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.52
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166837900.500.520.352.7635.5148.04
HexA6534F032342332430
Octal246123117062644334460
Binary1010011010100111001111011001011010010001111100100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6534F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6534F; }

 p { color: rgb(166,83,79); }

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

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

 a { background-color: rgb(166,83,79); }

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

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

 span { border-color: rgb(166,83,79); }

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