#A65033

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

Shades of Orange Roughy #A65033

Tints of Orange Roughy #A65033

Color information

#A65033 (or 0xA65033) is unknown color: approx Orange Roughy. HEX triplet: A6, 50 and 33. RGB value is (166,80,51). Sum of RGB (Red+Green+Blue) = 166+80+51=297 (39% of max value = 765). Red value is 166 (65.23% from 255 or 55.89% from 297); Green value is 80 (31.64% from 255 or 26.94% from 297); Blue value is 51 (20.31% from 255 or 17.17% from 297); Max value from RGB is 166 - color contains mainly: red. Hex color #A65033 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A65033 is #59AFCC. Grayscale: #666666. Windows color (decimal): -5877709 or 3362982. OLE color: 3362982.

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

Color convert

RGB1668051-
CMYK00.520.690.35
HSL15.13º53%42.55%-
HSV(B)15.13º69.28%65.1%-
XYZ19.1914.084.84-
YUV102.4198.99173.36-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 55.89%
GREEN value IS 80 (31.64% from 255) = 26.94%
BLUE value IS 51 (20.31% from 255) = 17.17%
R=55.89%
G=26.94%
B=17.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.69
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166805100.520.690.3515.135342.55
HexA650330344523f352b
Octal2461206306410543176553
Binary101001101010000110011011010010001011000111111110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A65033

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A65033; }

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

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

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

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

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

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

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

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