#A65039

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

Shades of Orange Roughy #A65039

Tints of Orange Roughy #A65039

Color information

#A65039 (or 0xA65039) is unknown color: approx Orange Roughy. HEX triplet: A6, 50 and 39. RGB value is (166,80,57). Sum of RGB (Red+Green+Blue) = 166+80+57=303 (40% of max value = 765). Red value is 166 (65.23% from 255 or 54.79% from 303); Green value is 80 (31.64% from 255 or 26.40% from 303); Blue value is 57 (22.66% from 255 or 18.81% from 303); Max value from RGB is 166 - color contains mainly: red. Hex color #A65039 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A65039 is #59AFC6. Grayscale: #676767. Windows color (decimal): -5877703 or 3756198. OLE color: 3756198.

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

Color convert

RGB1668057-
CMYK00.520.660.35
HSL12.66º48.88%43.73%-
HSV(B)12.66º65.66%65.1%-
XYZ19.3314.145.58-
YUV103.09101.99172.87-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 54.79%
GREEN value IS 80 (31.64% from 255) = 26.40%
BLUE value IS 57 (22.66% from 255) = 18.81%
R=54.79%
G=26.40%
B=18.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.66
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166805700.520.660.3512.6648.8843.73
HexA650390344223d312c
Octal2461207106410243156154
Binary101001101010000111001011010010000101000111101110001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A65039

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A65039; }

 p { color: rgb(166,80,57); }

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

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

 a { background-color: rgb(166,80,57); }

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

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

 span { border-color: rgb(166,80,57); }

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