#A65038

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

Shades of Orange Roughy #A65038

Tints of Orange Roughy #A65038

Color information

#A65038 (or 0xA65038) is unknown color: approx Orange Roughy. HEX triplet: A6, 50 and 38. RGB value is (166,80,56). Sum of RGB (Red+Green+Blue) = 166+80+56=302 (40% of max value = 765). Red value is 166 (65.23% from 255 or 54.97% from 302); Green value is 80 (31.64% from 255 or 26.49% from 302); Blue value is 56 (22.27% from 255 or 18.54% from 302); Max value from RGB is 166 - color contains mainly: red. Hex color #A65038 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A65038 is #59AFC7. Grayscale: #676767. Windows color (decimal): -5877704 or 3690662. OLE color: 3690662.

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

Color convert

RGB1668056-
CMYK00.520.660.35
HSL13.09º49.55%43.53%-
HSV(B)13.09º66.27%65.1%-
XYZ19.3114.135.45-
YUV102.98101.49172.95-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 54.97%
GREEN value IS 80 (31.64% from 255) = 26.49%
BLUE value IS 56 (22.27% from 255) = 18.54%
R=54.97%
G=26.49%
B=18.54%

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
Decimal166805600.520.660.3513.0949.5543.53
HexA650380344223d322c
Octal2461207006410243156254
Binary101001101010000111000011010010000101000111101110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A65038

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A65038; }

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

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

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

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

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

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

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

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