#A65435

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

Shades of Orange Roughy #A65435

Tints of Orange Roughy #A65435

Color information

#A65435 (or 0xA65435) is unknown color: approx Orange Roughy. HEX triplet: A6, 54 and 35. RGB value is (166,84,53). Sum of RGB (Red+Green+Blue) = 166+84+53=303 (40% of max value = 765). Red value is 166 (65.23% from 255 or 54.79% from 303); Green value is 84 (33.20% from 255 or 27.72% from 303); Blue value is 53 (21.09% from 255 or 17.49% from 303); Max value from RGB is 166 - color contains mainly: red. Hex color #A65435 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A65435 is #59ABCA. Grayscale: #696969. Windows color (decimal): -5876683 or 3495078. OLE color: 3495078.

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

Color convert

RGB1668453-
CMYK00.490.680.35
HSL16.46º51.6%42.94%-
HSV(B)16.46º68.07%65.1%-
XYZ19.5414.75.18-
YUV104.9898.67171.52-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 54.79%
GREEN value IS 84 (33.20% from 255) = 27.72%
BLUE value IS 53 (21.09% from 255) = 17.49%
R=54.79%
G=27.72%
B=17.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.68
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166845300.490.680.3516.4651.642.94
HexA65435031442310342b
Octal2461246506110443206453
Binary1010011010101001101010110001100010010001110000110100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A65435

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A65435; }

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

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

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

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

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

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

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

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