#A65235

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

Shades of Orange Roughy #A65235

Tints of Orange Roughy #A65235

Color information

#A65235 (or 0xA65235) is unknown color: approx Orange Roughy. HEX triplet: A6, 52 and 35. RGB value is (166,82,53). Sum of RGB (Red+Green+Blue) = 166+82+53=301 (39% of max value = 765). Red value is 166 (65.23% from 255 or 55.15% from 301); Green value is 82 (32.42% from 255 or 27.24% from 301); Blue value is 53 (21.09% from 255 or 17.61% from 301); Max value from RGB is 166 - color contains mainly: red. Hex color #A65235 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A65235 is #59ADCA. Grayscale: #686868. Windows color (decimal): -5877195 or 3494566. OLE color: 3494566.

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

Color convert

RGB1668253-
CMYK00.510.680.35
HSL15.4º51.6%42.94%-
HSV(B)15.4º68.07%65.1%-
XYZ19.3914.45.13-
YUV103.8199.33172.36-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 55.15%
GREEN value IS 82 (32.42% from 255) = 27.24%
BLUE value IS 53 (21.09% from 255) = 17.61%
R=55.15%
G=27.24%
B=17.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.68
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166825300.510.680.3515.451.642.94
HexA652350334423f342b
Octal2461226506310443176453
Binary101001101010010110101011001110001001000111111110100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A65235

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A65235; }

 p { color: rgb(166,82,53); }

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

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

 a { background-color: rgb(166,82,53); }

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

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

 span { border-color: rgb(166,82,53); }

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