#A6513E

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

Shades of Orange Roughy #A6513E

Tints of Orange Roughy #A6513E

Color information

#A6513E (or 0xA6513E) is unknown color: approx Orange Roughy. HEX triplet: A6, 51 and 3E. RGB value is (166,81,62). Sum of RGB (Red+Green+Blue) = 166+81+62=309 (40% of max value = 765). Red value is 166 (65.23% from 255 or 53.72% from 309); Green value is 81 (32.03% from 255 or 26.21% from 309); Blue value is 62 (24.61% from 255 or 20.06% from 309); Max value from RGB is 166 - color contains mainly: red. Hex color #A6513E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A6513E is #59AEC1. Grayscale: #686868. Windows color (decimal): -5877442 or 4084134. OLE color: 4084134.

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

Color convert

RGB1668162-
CMYK00.510.630.35
HSL10.96º45.61%44.71%-
HSV(B)10.96º62.65%65.1%-
XYZ19.5414.346.3-
YUV104.25104.16172.04-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 53.72%
GREEN value IS 81 (32.03% from 255) = 26.21%
BLUE value IS 62 (24.61% from 255) = 20.06%
R=53.72%
G=26.21%
B=20.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.63
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166816200.510.630.3510.9645.6144.71
HexA6513E0333F23b2e2d
Octal246121760637743135655
Binary10100110101000111111001100111111111000111011101110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6513E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6513E; }

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

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

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

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

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

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

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

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