#AB553C

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

Shades of Orange Roughy #AB553C

Tints of Orange Roughy #AB553C

Color information

#AB553C (or 0xAB553C) is unknown color: approx Orange Roughy. HEX triplet: AB, 55 and 3C. RGB value is (171,85,60). Sum of RGB (Red+Green+Blue) = 171+85+60=316 (41% of max value = 765). Red value is 171 (67.19% from 255 or 54.11% from 316); Green value is 85 (33.59% from 255 or 26.90% from 316); Blue value is 60 (23.83% from 255 or 18.99% from 316); Max value from RGB is 171 - color contains mainly: red. Hex color #AB553C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB553C is #54AAC3. Grayscale: #6C6C6C. Windows color (decimal): -5548740 or 3954091. OLE color: 3954091.

HSL color Cylindrical-coordinate representation of color #AB553C: hue angle of 13.51º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AB553C is Cyan = 0, Magento = 0.50, Yellow = 0.65 and Black (K on CMYK) = 0.33.

Color convert

RGB1718560-
CMYK00.500.650.33
HSL13.51º48.05%45.29%-
HSV(B)13.51º64.91%67.06%-
XYZ20.8615.486.16-
YUV107.86100.99173.03-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 54.11%
GREEN value IS 85 (33.59% from 255) = 26.90%
BLUE value IS 60 (23.83% from 255) = 18.99%
R=54.11%
G=26.90%
B=18.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.65
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171856000.500.650.3313.5148.0545.29
HexAB553C0324121e302d
Octal2531257406210141166055
Binary101010111010101111100011001010000011000011110110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB553C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB553C; }

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

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

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

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

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

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

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

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