#A65134

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

Shades of Orange Roughy #A65134

Tints of Orange Roughy #A65134

Color information

#A65134 (or 0xA65134) is unknown color: approx Orange Roughy. HEX triplet: A6, 51 and 34. RGB value is (166,81,52). Sum of RGB (Red+Green+Blue) = 166+81+52=299 (39% of max value = 765). Red value is 166 (65.23% from 255 or 55.52% from 299); Green value is 81 (32.03% from 255 or 27.09% from 299); Blue value is 52 (20.70% from 255 or 17.39% from 299); Max value from RGB is 166 - color contains mainly: red. Hex color #A65134 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A65134 is #59AECB. Grayscale: #676767. Windows color (decimal): -5877452 or 3428774. OLE color: 3428774.

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

Color convert

RGB1668152-
CMYK00.510.690.35
HSL15.26º52.29%42.75%-
HSV(B)15.26º68.67%65.1%-
XYZ19.2914.244.98-
YUV103.1199.16172.86-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 55.52%
GREEN value IS 81 (32.03% from 255) = 27.09%
BLUE value IS 52 (20.70% from 255) = 17.39%
R=55.52%
G=27.09%
B=17.39%

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
Decimal166815200.510.690.3515.2652.2942.75
HexA651340334523f342b
Octal2461216406310543176453
Binary101001101010001110100011001110001011000111111110100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A65134

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A65134; }

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

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

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

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

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

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

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

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