#A6543E

Color #A6543E Orange Roughy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Orange Roughy #A6543E

Tints of Orange Roughy #A6543E

Color information

#A6543E (or 0xA6543E) is unknown color: approx Orange Roughy. HEX triplet: A6, 54 and 3E. RGB value is (166,84,62). Sum of RGB (Red+Green+Blue) = 166+84+62=312 (41% of max value = 765). Red value is 166 (65.23% from 255 or 53.21% from 312); Green value is 84 (33.20% from 255 or 26.92% from 312); Blue value is 62 (24.61% from 255 or 19.87% from 312); Max value from RGB is 166 - color contains mainly: red. Hex color #A6543E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A6543E is #59ABC1. Grayscale: #6A6A6A. Windows color (decimal): -5876674 or 4084902. OLE color: 4084902.

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

Color convert

RGB1668462-
CMYK00.490.630.35
HSL12.69º45.61%44.71%-
HSV(B)12.69º62.65%65.1%-
XYZ19.7714.86.37-
YUV106.01103.17170.79-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 53.21%
GREEN value IS 84 (33.20% from 255) = 26.92%
BLUE value IS 62 (24.61% from 255) = 19.87%
R=53.21%
G=26.92%
B=19.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.63
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166846200.490.630.3512.6945.6144.71
HexA6543E0313F23d2e2d
Octal246124760617743155655
Binary10100110101010011111001100011111111000111101101110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6543E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6543E; }

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

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

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

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

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

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

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

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