#A6553C

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

Shades of Orange Roughy #A6553C

Tints of Orange Roughy #A6553C

Color information

#A6553C (or 0xA6553C) is unknown color: approx Orange Roughy. HEX triplet: A6, 55 and 3C. RGB value is (166,85,60). Sum of RGB (Red+Green+Blue) = 166+85+60=311 (41% of max value = 765). Red value is 166 (65.23% from 255 or 53.38% from 311); Green value is 85 (33.59% from 255 or 27.33% from 311); Blue value is 60 (23.83% from 255 or 19.29% from 311); Max value from RGB is 166 - color contains mainly: red. Hex color #A6553C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A6553C is #59AAC3. Grayscale: #6A6A6A. Windows color (decimal): -5876420 or 3954086. OLE color: 3954086.

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

Color convert

RGB1668560-
CMYK00.490.640.35
HSL14.15º46.9%44.31%-
HSV(B)14.15º63.86%65.1%-
XYZ19.7914.936.11-
YUV106.37101.84170.53-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 53.38%
GREEN value IS 85 (33.59% from 255) = 27.33%
BLUE value IS 60 (23.83% from 255) = 19.29%
R=53.38%
G=27.33%
B=19.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.64
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166856000.490.640.3514.1546.944.31
HexA6553C0314023e2f2c
Octal2461257406110043165754
Binary101001101010101111100011000110000001000111110101111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6553C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6553C; }

 p { color: rgb(166,85,60); }

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

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

 a { background-color: rgb(166,85,60); }

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

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

 span { border-color: rgb(166,85,60); }

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