#A6514A

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

Shades of Apple Blossom #A6514A

Tints of Apple Blossom #A6514A

Color information

#A6514A (or 0xA6514A) is unknown color: approx Apple Blossom. HEX triplet: A6, 51 and 4A. RGB value is (166,81,74). Sum of RGB (Red+Green+Blue) = 166+81+74=321 (42% of max value = 765). Red value is 166 (65.23% from 255 or 51.71% from 321); Green value is 81 (32.03% from 255 or 25.23% from 321); Blue value is 74 (29.30% from 255 or 23.05% from 321); Max value from RGB is 166 - color contains mainly: red. Hex color #A6514A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A6514A is #59AEB5. Grayscale: #696969. Windows color (decimal): -5877430 or 4870566. OLE color: 4870566.

HSL color Cylindrical-coordinate representation of color #A6514A: hue angle of 4.57º 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 #A6514A is Cyan = 0, Magento = 0.51, Yellow = 0.55 and Black (K on CMYK) = 0.35.

Color convert

RGB1668174-
CMYK00.510.550.35
HSL4.57º38.33%47.06%-
HSV(B)4.57º55.42%65.1%-
XYZ19.914.498.23-
YUV105.62110.16171.07-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 51.71%
GREEN value IS 81 (32.03% from 255) = 25.23%
BLUE value IS 74 (29.30% from 255) = 23.05%
R=51.71%
G=25.23%
B=23.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.55
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166817400.510.550.354.5738.3347.06
HexA6514A03337235262f
Octal246121112063674354657
Binary10100110101000110010100110011110111100011101100110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6514A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6514A; }

 p { color: rgb(166,81,74); }

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

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

 a { background-color: rgb(166,81,74); }

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

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

 span { border-color: rgb(166,81,74); }

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