#A65133

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

Shades of Orange Roughy #A65133

Tints of Orange Roughy #A65133

Color information

#A65133 (or 0xA65133) is unknown color: approx Orange Roughy. HEX triplet: A6, 51 and 33. RGB value is (166,81,51). Sum of RGB (Red+Green+Blue) = 166+81+51=298 (39% of max value = 765). Red value is 166 (65.23% from 255 or 55.70% from 298); Green value is 81 (32.03% from 255 or 27.18% from 298); Blue value is 51 (20.31% from 255 or 17.11% from 298); Max value from RGB is 166 - color contains mainly: red. Hex color #A65133 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A65133 is #59AECC. Grayscale: #676767. Windows color (decimal): -5877453 or 3363238. OLE color: 3363238.

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

Color convert

RGB1668151-
CMYK00.510.690.35
HSL15.65º53%42.55%-
HSV(B)15.65º69.28%65.1%-
XYZ19.2714.234.86-
YUV10398.66172.94-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 55.70%
GREEN value IS 81 (32.03% from 255) = 27.18%
BLUE value IS 51 (20.31% from 255) = 17.11%
R=55.70%
G=27.18%
B=17.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.69
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166815100.510.690.3515.655342.55
HexA65133033452310352b
Octal2461216306310543206553
Binary1010011010100011100110110011100010110001110000110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A65133

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A65133; }

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

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

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

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

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

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

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

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