#A6534E

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

Shades of Apple Blossom #A6534E

Tints of Apple Blossom #A6534E

Color information

#A6534E (or 0xA6534E) is unknown color: approx Apple Blossom. HEX triplet: A6, 53 and 4E. RGB value is (166,83,78). Sum of RGB (Red+Green+Blue) = 166+83+78=327 (43% of max value = 765). Red value is 166 (65.23% from 255 or 50.76% from 327); Green value is 83 (32.81% from 255 or 25.38% from 327); Blue value is 78 (30.86% from 255 or 23.85% from 327); Max value from RGB is 166 - color contains mainly: red. Hex color #A6534E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A6534E is #59ACB1. Grayscale: #6B6B6B. Windows color (decimal): -5876914 or 5133222. OLE color: 5133222.

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

Color convert

RGB1668378-
CMYK00.500.530.35
HSL3.41º36.07%47.84%-
HSV(B)3.41º53.01%65.1%-
XYZ20.1914.849.01-
YUV107.25111.5169.91-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 50.76%
GREEN value IS 83 (32.81% from 255) = 25.38%
BLUE value IS 78 (30.86% from 255) = 23.85%
R=50.76%
G=25.38%
B=23.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.53
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166837800.500.530.353.4136.0747.84
HexA6534E032352332430
Octal246123116062654334460
Binary1010011010100111001110011001011010110001111100100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6534E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6534E; }

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

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

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

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

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

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

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

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